commands.sh

docker image

all

Manage Docker images. See also: `docker build`, `docker image pull`, `docker image rm`.

More info →

Options (3)

boolean

List local Docker images

Example: docker {{[images|image ls]}}
-a, --allboolean

Delete all unused images (not just those without a tag)

Example: docker image prune {{[-a|--all]}}
boolean

Show the history of a local Docker image

Example: docker {{[history|image history]}} {{image}}

Examples (4)

List local Docker images

docker [images|image ls]

Delete unused local Docker images

Delete all unused images (not just those without a tag)

docker image prune [-a|--all]

Show the history of a local Docker image

docker [history|image history] image
made by @shridhargupta | data from tldr-pages