meta-virtualization/recipes-containers/docker
Jose Quaresma 2d0f7255a7 docker/proxy: don't use -linkshared unconditionally
The linkshared is not supported in some machines like riscv64 and
when supported we can use the GO_LINKSHARED instaed.
So export GO_LINKSHARED on the recipe to be available for Makefile.

This is currently only used in libnetwork for the proxy build, but
could be used in additional locations in the future.

Signed-off-by: Jose Quaresma <jose.quaresma@foundries.io>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2022-09-20 08:42:10 -04:00
..
files docker/proxy: don't use -linkshared unconditionally 2022-09-20 08:42:10 -04:00
docker-ce_git.bb docker-ce: update to 20.10.17 2022-08-09 14:26:28 -04:00
docker-moby_git.bb docker-moby: update to 20.10.17 2022-08-09 14:26:28 -04: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