mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-09 17:58:01 +00:00
Update cheatsheets
This commit is contained in:
@@ -14,8 +14,8 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- Load a Docker image from a specific file:
|
||||
|
||||
`docker load --input {{path/to/image_file.tar}}`
|
||||
`docker load {{[-i|--input]}} {{path/to/image_file.tar}}`
|
||||
|
||||
- Load a Docker image from a specific file in quiet mode:
|
||||
|
||||
`docker load --quiet --input {{path/to/image_file.tar}}`
|
||||
`docker load {{[-q|--quiet]}} {{[-i|--input]}} {{path/to/image_file.tar}}`
|
||||
|
||||
Reference in New Issue
Block a user