meta-virtualization/recipes-containers/docker
Chen Qi 668871ce79 docker-moby: fix docker run on NFS
For now, a simple `docker run -it alpine' fails on NFS.
This regression was introduced by a commit[1] which makes
DirCopy error out if failing to copy xattr.

As the vfs storage driver is supposed to just work on
any filesystem[2], we need to allow its failure on copying
extended attributes as the support for xattr depends on
filesystem.

[1] 31f654a704
[2] https://docs.docker.com/storage/storagedriver/select-storage-driver/

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2023-05-17 11:35:04 -04:00
..
files docker-moby: fix docker run on NFS 2023-05-17 11:35:04 -04:00
docker-ce_git.bb docker: start depreciation of docker-ce 2023-05-03 12:17:06 -04:00
docker-moby_git.bb docker-moby: fix docker run on NFS 2023-05-17 11:35:04 -04: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