meta-virtualization/recipes-containers/docker
Bruce Ashfield 9d84fcdc6d docker: add mobyproject:moby to CVE_PRODUCT
Add mobyproject:moby to CVE_PRODUCT to reflect where the source
is coming from for both docker recipes.

We keep the old 'docker' designation for compatibility.

It is unclear whether or not we should also be adding the cli
and libnetwork to the CVE_PRODUCT. But since they are on
different SRCREVs and not vendored, we keep them out for now.

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/proxy: don't use -linkshared unconditionally 2022-09-20 08:42:10 -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