docker-image: add page (#5684)
This commit is contained in:

committed by
GitHub

parent
fd625e15e1
commit
c571fa7ce2
21
pages/common/docker-image.md
Normal file
21
pages/common/docker-image.md
Normal file
@@ -0,0 +1,21 @@
|
|||||||
|
# docker image
|
||||||
|
|
||||||
|
> Manage Docker images.
|
||||||
|
> See also `docker build`, `docker import`, and `docker pull`.
|
||||||
|
> More information: <https://docs.docker.com/engine/reference/commandline/image/>.
|
||||||
|
|
||||||
|
- 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}}`
|
Reference in New Issue
Block a user