meta-virtualization/recipes-containers/docker
Bruce Ashfield f9ba743dad docker: check for seccomp and ipv6
Without these (and their associated packageconfig options) docker
may build, but it won't run correctly.

Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2025-01-17 19:17:09 +00:00
..
files docker-moby: tweak check-config script for 6.1+ kernels 2024-11-15 19:50:00 +00:00
docker-moby_git.bb docker: update to v27.4.0-rc.2 2024-12-10 03:47:54 +00:00
docker.inc docker: check for seccomp and ipv6 2025-01-17 19:17:09 +00:00
README docker: ensure that sysvinit and systemd are exclusive 2022-08-25 22:55:48 -04:00
README.rootless docker: use nobranch 2024-08-03 02:50:57 +00: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