cd /etc/docker
touch daemon.json
vim daemon.json
{ "graph": "/mnt/docker-data", "storage-driver": "overlay" }
systemctl start docker 启动
启动成功界面: