Change the storage address of docker image under Centos7
Edit / etc/docker/daemon.json
Add {"graph": "$images_path"} # $images_path refers to the address where image is stored
Restart the docker service
Edit / etc/docker/daemon.json
Add {"graph": "$images_path"} # $images_path refers to the address where image is stored
Restart the docker service