meta-virtualization/recipes-containers/docker
Chen Qi 0eef35edee docker: remove unnecessary dependencies
The build is not using the codes from these source packages.
Remove the dependencies.

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2023-12-04 20:37:15 +00:00
..
files docker-moby: update to 24.0.6 2023-09-15 17:30:40 +00:00
docker-moby_git.bb moby: update to v24.0.7 2023-11-24 21:04:15 +00:00
docker.inc docker: remove unnecessary dependencies 2023-12-04 20:37:15 +00:00
README docker: ensure that sysvinit and systemd are exclusive 2022-08-25 22:55:48 -04:00

if containerd is starting docker, and it is interfering with standalone docker operation, you may need to kill the running daemon and restart it:

% ps axf | grep docker | grep -v grep | awk '{print "kill -9 " $1}' | sh % systemctl stop docker % systemctl start docker