meta-virtualization/recipes-containers/docker
Bruce Ashfield 7cea149bb0 docker: reproducibility add -trimpath to go -> $GO patches
With this, we build and package docker without QA warnings due to
references to TMPDIR.

Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2022-09-13 11:25:46 -04:00
..
files docker: reproducibility add -trimpath to go -> $GO patches 2022-09-13 11:25:46 -04:00
docker-ce_git.bb docker-ce: update to 20.10.17 2022-08-09 14:26:28 -04:00
docker-moby_git.bb docker-moby: update to 20.10.17 2022-08-09 14:26:28 -04:00
docker.inc docker: ensure that sysvinit and systemd are exclusive 2022-08-25 22:55:48 -04: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