Docker images: Difference between revisions
Jump to navigation
Jump to search
Line 11: | Line 11: | ||
List images in the [[Docker_Concepts#Local_Image_Repository|local Docker repository]]. | List images in the [[Docker_Concepts#Local_Image_Repository|local Docker repository]]. | ||
docker images [''image-name''] | |||
docker images [''image-name''] | |||
REPOSITORY TAG IMAGE ID CREATED VIRTUAL SIZE | |||
REPOSITORY TAG IMAGE ID CREATED VIRTUAL SIZE | db latest c0e4c08c3981 3 minutes ago 624.1 MB | ||
db latest c0e4c08c3981 3 minutes ago 624.1 MB | rabbitmq latest 3bb7a967fc6c 7 days ago 179.4 MB | ||
rabbitmq latest 3bb7a967fc6c 7 days ago 179.4 MB | |||
Revision as of 19:15, 4 December 2017
External
Internal
Overview
List images in the local Docker repository.
docker images [image-name]
REPOSITORY TAG IMAGE ID CREATED VIRTUAL SIZE db latest c0e4c08c3981 3 minutes ago 624.1 MB rabbitmq latest 3bb7a967fc6c 7 days ago 179.4 MB