docker:docker_images_vs._container
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
docker:docker_images_vs._container [2020/04/15 18:57] – created peter | docker:docker_images_vs._container [2020/07/15 09:30] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 9: | Line 9: | ||
Images are basically a template used to create containers. | Images are basically a template used to create containers. | ||
- | An image is an inert, immutable, file that's essentially a snapshot of a container. | + | * An image is an inert, immutable, file that's essentially a snapshot of a container. |
- | + | | |
- | Images are created with the **[[http:// | + | |
- | + | | |
- | Images are stored in a Docker registry such as **[[https:// | + | |
- | + | ||
- | Because they can become quite large, images are designed to be composed of layers of other images, allowing a minimal amount of data to be sent when transferring images over the network. | + | |
Local images can be listed by running: | Local images can be listed by running: |
docker/docker_images_vs._container.1586977054.txt.gz · Last modified: 2020/07/15 09:30 (external edit)