meta-virtualization/recipes-containers/docker
Martin Jansa e60f59f356 docker-ce: bump SRCREV_docker
* fix my prevous commit where I've missed this update corresponding
  to SRCREV_moby change in docker-moby recipe.

* also re-order the patches in SRC_URI to match docker-moby, so
  that they are easier to compare

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2023-08-16 13:34:55 +00:00
..
files docker: update to v20.10.25 + 58 commits to fix compatibility with go currently in kirkstone 2023-08-15 18:45:49 +00:00
docker-ce_git.bb docker-ce: bump SRCREV_docker 2023-08-16 13:34:55 +00:00
docker-moby_git.bb docker: update to v20.10.25 + 58 commits to fix compatibility with go currently in kirkstone 2023-08-15 18:45:49 +00:00
docker.inc docker/moby: use generic DOCKER_COMMIT in do_compile 2022-12-22 10:28:09 -05:00
README docker: ensure that sysvinit and systemd are exclusive 2022-12-22 10:28:08 -05: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