楼主,请问这种问题怎么解决?
[root
@node1 ~]# sudo docker run -d --restart=always -p 8080:8080 rancher/server
Unable to find image 'rancher/server:latest' locally
Trying to pull repository docker.io/rancher/server ...
latest: Pulling from docker.io/rancher/server
……
0c19aca4f8a1: Pull complete
e03fc76c8997: Pull complete
Digest: sha256:95b55603122c28baea4e8d94663aa34ad770bbc624a9ed6ef986fb3ea5224d91
Status: Downloaded newer image for docker.io/rancher/server:latest
/usr/bin/docker-current: Error response from daemon: error creating overlay mount to /var/lib/docker/overlay2/b2ff656aa84ecbcff7448cfa3a08250c79b0fa3c31a3bc05deb69e9134cdd679-init/merged: invalid argument.
See '/usr/bin/docker-current run --help'.
修改该文件也不行
#vi /etc/sysconfig/docker-storage
DOCKER_STORAGE_OPTIONS="--storage-driver overlay "