mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-20 03:01:42 +00:00
Update cheatsheets
This commit is contained in:
@@ -14,15 +14,15 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- List all Docker images including intermediates:
|
||||
|
||||
`docker images --all`
|
||||
`docker images {{[-a|--all]}}`
|
||||
|
||||
- List the output in quiet mode (only numeric IDs):
|
||||
|
||||
`docker images --quiet`
|
||||
`docker images {{[-q|--quiet]}}`
|
||||
|
||||
- List all Docker images not used by any container:
|
||||
|
||||
`docker images --filter dangling=true`
|
||||
`docker images {{[-f|--filter]}} dangling=true`
|
||||
|
||||
- List images that contain a substring in their name:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user