meta-virtualization/recipes-containers/docker
Bruce Ashfield fd0958ed9e containers: use VIRTUAL-RUNTIME variable to allow container runtime flexibility
Rather than using virtual-runc (which choses between the old docker and
opencontainer variants), use the newly added
VIRTUAL-RUNTIME_container-runtime variable, which allows switching
betwen runc and crun.

Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2023-03-08 17:08:02 -05:00
..
files docker-*: prevent -march being exported in arm builds 2023-02-21 10:11:32 -05:00
docker-ce_git.bb docker-ce: update to v23.0.1-tip 2023-03-08 17:08:01 -05:00
docker-moby_git.bb moby: update to v23.01-tip 2023-03-08 17:08:01 -05:00
docker.inc containers: use VIRTUAL-RUNTIME variable to allow container runtime flexibility 2023-03-08 17:08:02 -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