Docker images

From NovaOrdis Knowledge Base
Revision as of 00:32, 31 January 2018 by Ovidiu (talk | contribs) (→‎--format)
Jump to navigation Jump to search

External

Internal

Overview

List images in the local Docker registry.

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

Options

-f, --force

Forces removal. This is necessary if the image is referenced from multiple repositories.

--format

Uses a Go template:

docker images --format "{{.ID}}"
docker images --format "{{.ID}}, {{.Tag}}"