meta-virtualization/recipes-containers/docker
Koen Kooi f707bbe323 Docker: add more required kernel modules as RRECOMMENDS:${PN}
With a very minimal image recipe that just pulls in docker, the daemon
won't start due to missing modules, so add the missing ones.

The list of new modules was created by diffing the output of `lsmod`
before installing all kernel-modules and the output  after launching
docker with all modules installed.

Signed-off-by: Koen Kooi <koen.kooi@oss.qualcomm.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2025-07-31 13:44:59 -04:00
..
files docker: update to v28.3.0 2025-07-07 11:42:27 -04:00
docker-moby_git.bb docker: update to v28.3.0 2025-07-07 11:42:27 -04:00
docker.inc Docker: add more required kernel modules as RRECOMMENDS:${PN} 2025-07-31 13:44:59 -04: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