Location of docker images downloaded by Docker (1.9.1) on Mac OS X

后端 未结 11 1141
有刺的猬
有刺的猬 2020-12-07 18:15

Where are the docker images located once they are downloaded from docker hub in Mac OSX. For example if I run a command like:

docker run hello-world
<         


        
11条回答
  •  有刺的猬
    2020-12-07 18:58

    In my case (Mavericks / docker brew installed / Image name: default) is located under

    /Users//.docker/machine/machines/.
    

    (You gotta use terminal and not finder to see it. )

       ls -lah /Users/Mitsos/.docker/machine/machines/
        total 0
        drwx------   3 Mitsos  staff   102B Dec  8 19:03 .
        drwxr-xr-x   5 Mitsos  staff   170B Sep 22 13:52 ..
        drwx------  13 Mitsos  staff   442B Dec  8 19:04 default
    

提交回复
热议问题