docker image 和container

The images are the self-reading layer, and the container is the readability layer above the image. The read-write layer of the container can be submitted as a read-only layer, which becomes an image.

 

docker images

docker images -a show middle layer

 

Container run by docker ps

docker ps -a all containers

 

 

Published 72 original articles · praised 4 · 40,000+ views

Guess you like

Origin blog.csdn.net/qq_15156403/article/details/95339684