meta-virtualization/recipes-containers/docker
Bruce Ashfield 3f692e3fe1 docker: start depreciation of docker-ce
docker-ce and docker-moby are now exactly the same. To allow layers
which bbappend or otherwise consume docker-ce, we merge the two recipes
and leave a warning in docker-ce that it will be removed in the future.

Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2023-05-03 12:17:06 -04:00
..
files docker-*: prevent -march being exported in arm builds 2023-02-21 10:11:32 -05:00
docker-ce_git.bb docker: start depreciation of docker-ce 2023-05-03 12:17:06 -04:00
docker-moby_git.bb docker: start depreciation of docker-ce 2023-05-03 12:17:06 -04:00
docker.inc containers: use VIRTUAL-RUNTIME variable to allow container runtime flexibility 2023-03-08 17:08:02 -05: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