Update cheatsheets

This commit is contained in:
ivuorinen
2025-03-18 00:18:35 +00:00
parent 9cdd033c95
commit a9720510d1
43 changed files with 362 additions and 132 deletions

View File

@@ -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: