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,11 +14,11 @@ source: https://github.com/tldr-pages/tldr.git
- Download a specific Docker image in quiet mode:
`docker pull --quiet {{image}}:{{tag}}`
`docker pull {{[-q|--quiet]}} {{image}}:{{tag}}`
- Download all tags of a specific Docker image:
`docker pull --all-tags {{image}}`
`docker pull {{[-a|--all-tags]}} {{image}}`
- Download a Docker images for a specific platform, e.g. linux/amd64:
@@ -26,4 +26,4 @@ source: https://github.com/tldr-pages/tldr.git
- Display help:
`docker pull --help`
`docker pull {{[-h|--help]}}`