meta-virtualization/recipes-containers/docker
Bruce Ashfield 3f45dc8e69 docker: add seccomp to default packageconfig settings
Much of meta-virt requires seccomp to function properly, so we
update docker to match that common default.

Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2022-12-07 16:12:33 -05:00
..
files docker/proxy: don't use -linkshared unconditionally 2022-09-20 08:42:10 -04:00
docker-ce_git.bb docker: add mobyproject:moby to CVE_PRODUCT 2022-12-07 16:12:33 -05:00
docker-moby_git.bb docker: add mobyproject:moby to CVE_PRODUCT 2022-12-07 16:12:33 -05:00
docker.inc docker: add seccomp to default packageconfig settings 2022-12-07 16:12:33 -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