meta-virtualization/recipes-containers/docker
Martin Jansa c01273e001 metadata: add whitespace around assignments
With:
https://lists.openembedded.org/g/bitbake-devel/message/17508
there are many WARNINGs from this layer will cover src_uri.inc files
in next commit.

Signed-off-by: Martin Jansa <martin.jansa@gmail.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2025-04-03 17:56:53 +00:00
..
files moby: update to v28.0.1 2025-03-06 17:17:59 +00:00
docker-moby_git.bb moby: update to v28.0.1 2025-03-06 17:17:59 +00:00
docker.inc metadata: add whitespace around assignments 2025-04-03 17:56:53 +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