meta-virtualization/recipes-containers/docker
Martin Jansa 9a78db8a91 docker-*: prevent -march being exported in arm builds
* don't export CGO_CFLAGS/CGO_CXXFLAGS like the previous version
  didn't before:
  https://git.yoctoproject.org/meta-virtualization/commit/?id=aceed7bf95cc8a42c8f470d8edf3c6f03d49da00

* both docker-moby and docker-ce have the same issue as shown with
  qemuarm build:
  docker-moby: http://errors.yoctoproject.org/Errors/Details/690021/
  docker-ce: http://errors.yoctoproject.org/Errors/Details/690020/

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2023-02-21 10:11:32 -05:00
..
files docker-*: prevent -march being exported in arm builds 2023-02-21 10:11:32 -05:00
docker-ce_git.bb docker-*: prevent -march being exported in arm builds 2023-02-21 10:11:32 -05:00
docker-moby_git.bb docker-*: prevent -march being exported in arm builds 2023-02-21 10:11:32 -05:00
docker.inc docker/moby: use generic DOCKER_COMMIT in do_compile 2022-12-07 16:40:04 -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