mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-14 01:48:22 +00:00
Update cheatsheets
This commit is contained in:
@@ -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]}}`
|
||||
|
||||
Reference in New Issue
Block a user