error during connect: In the default daemon configuration on Windows, the docker client must be run with elevated privileges to connect.: Get "http://%2F%2F.%2Fpipe%2Fdocker_engine/v1.24/images/search?limit=25&term=omicsclass": open //./pipe/docker_engine: The system cannot find the file specifi...
Linux中修改Docker本地镜像与容器的存储位置的方法
方法一、软链接
默认情况下Docker的存放位置为:/var/lib/docker
可以通过下面命令查看具体位置:
[root@omisclass ~]# docker info | grep "Docker Root Dir"
WARNING: You're not using the default sec...