docker pull image_name
将图像下载到默认位置。如果我想将相同的图像下载到我的愿望的不同位置怎么办...!?执行docker pull
时我需要使用哪个选项。
此致 Rohith
答案 0 :(得分:0)
docker pull
命令上没有任何选项可以更改下载位置。
您可以在docker守护程序本身上配置存储位置(根据How to change the docker image installation directory?)。
默认情况下,在大多数情况下,图片将存储在/var/lib/docker/aufs/diff/<id>
中(根据Where are Docker images stored on the host machine?)。