Update cheatsheets

This commit is contained in:
ivuorinen
2024-10-25 00:17:31 +00:00
parent c61ed984a6
commit cd219fe1e7
7 changed files with 64 additions and 5 deletions

View File

@@ -30,4 +30,4 @@ source: https://github.com/tldr-pages/tldr.git
- Sort images by size:
`docker images --format "{{.ID}} {{.Size}} {{.Repository}}:{{.Tag}}" | sort -k 2 -h`
`docker images --format "\{\{.ID\}\} \{\{.Size\}\} \{\{.Repository\}\}:\{\{.Tag\}\}" | sort -k 2 -h`