docker image
Manage Docker images.
See also `docker build`, `docker import`, and `docker pull`.
- List local Docker images:
docker image ls
- Delete unused local Docker images:
docker image prune
- Delete all unused images (not just those without a tag):
docker image prune --all
- Show the history of a local Docker image:
docker image history {image}
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).