mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-20 12:01:55 +00:00
Update cheatsheets
This commit is contained in:
@@ -5,21 +5,8 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# docker rmi
|
||||
|
||||
> Remove Docker images.
|
||||
> More information: <https://docs.docker.com/reference/cli/docker/image/rm/>.
|
||||
> This command is an alias of `docker image rm`.
|
||||
|
||||
- Remove one or more images given their names:
|
||||
- View documentation for the original command:
|
||||
|
||||
`docker rmi {{image1 image2 ...}}`
|
||||
|
||||
- Force remove an image:
|
||||
|
||||
`docker rmi {{[-f|--force]}} {{image}}`
|
||||
|
||||
- Remove an image without deleting untagged parents:
|
||||
|
||||
`docker rmi --no-prune {{image}}`
|
||||
|
||||
- Display help:
|
||||
|
||||
`docker rmi`
|
||||
`tldr docker image rm`
|
||||
|
||||
Reference in New Issue
Block a user