meta-virtualization/recipes-containers/docker
Bruce Ashfield 7ed351dbdc docker: drop docker-ce recipe
docker-ce is now the same as moby. We've had a warning for
quite some time now, so it is time to remove the recipe.

We don't RPROVIDE docker-ce in the docker-moby recipe as
part of this removal, as all docker packages have been
RPROVIDING "docker" regardless of the variant. images and
packagelists should be using that provider, not docker-moby
and docker-ce

Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2023-09-15 17:30:40 +00:00
..
files docker-moby: update to 24.0.6 2023-09-15 17:30:40 +00:00
docker-moby_git.bb docker-moby: update to 24.0.6 2023-09-15 17:30:40 +00: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