I can't find my Docker image after building it

后端 未结 5 1167
忘了有多久
忘了有多久 2020-12-29 21:44

I\'m new to Docker, so please allow me to describe the steps that I did. I\'m using Docker (not Docker toolbox) on OS X. I built the image from Dockerfile using the followin

5条回答
  •  隐瞒了意图╮
    2020-12-29 22:31

    Command to list the docker images is :

    docker images
    

    The default docker images will show all top level images, their repository and tags, and their size. An image will be listed more than once if it has multiple repository names or tags.

    Click here for the screenshot for more details

提交回复
热议问题