sudo vi /etc/docker/daemon.json
加入以下行:
{ "data-root": "/www/docker" }
镜像源添加,也要写在同一个文件里:
{ "registry-mirrors": ["http://hub-mirror.c.163.com"], "data-root": "/www/docker" }
参考:
https://zhuanlan.zhihu.com/p/95533274