meta-virtualization/recipes-containers/docker
Bruce Ashfield 2119189361 treewide: bulk update patches with status field
While the insane.bbclass upstream-status check hasn't been made
default, users of meta-virtualization may have it enabled in their
distros .. so the effect is the same. We must have this tracking
tag in out patches.

This is a bulk update to add the tag and silence the QA message.

As packages get updated, the normal/routine process of checking
the patches will continue, and the status fields may (or may not)
get more useful.

Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2023-01-27 10:32:06 -05:00
..
files treewide: bulk update patches with status field 2023-01-27 10:32:06 -05:00
docker-ce_git.bb docker/moby: use generic DOCKER_COMMIT in do_compile 2022-12-07 16:40:04 -05:00
docker-moby_git.bb docker/moby: use generic DOCKER_COMMIT in do_compile 2022-12-07 16:40:04 -05:00
docker.inc docker/moby: use generic DOCKER_COMMIT in do_compile 2022-12-07 16:40:04 -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