mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-03 19:55:14 +00:00
Update cheatsheets
This commit is contained in:
@@ -8,10 +8,6 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
> Remove Docker images.
|
||||
> More information: <https://docs.docker.com/reference/cli/docker/image/rm/>.
|
||||
|
||||
- Display help:
|
||||
|
||||
`docker rmi`
|
||||
|
||||
- Remove one or more images given their names:
|
||||
|
||||
`docker rmi {{image1 image2 ...}}`
|
||||
@@ -23,3 +19,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
- Remove an image without deleting untagged parents:
|
||||
|
||||
`docker rmi --no-prune {{image}}`
|
||||
|
||||
- Display help:
|
||||
|
||||
`docker rmi`
|
||||
|
||||
Reference in New Issue
Block a user