mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-23 00:02:47 +00:00
Update cheatsheets
This commit is contained in:
@@ -5,17 +5,8 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# docker load
|
||||
|
||||
> Load Docker images from files or `stdin`.
|
||||
> More information: <https://docs.docker.com/reference/cli/docker/image/load/>.
|
||||
> This command is an alias of `docker image load`.
|
||||
|
||||
- Load a Docker image from `stdin`:
|
||||
- View documentation for the original command:
|
||||
|
||||
`docker < {{path/to/image_file.tar}} load`
|
||||
|
||||
- Load a Docker image from a specific file:
|
||||
|
||||
`docker load {{[-i|--input]}} {{path/to/image_file.tar}}`
|
||||
|
||||
- Load a Docker image from a specific file in quiet mode:
|
||||
|
||||
`docker load {{[-q|--quiet]}} {{[-i|--input]}} {{path/to/image_file.tar}}`
|
||||
`tldr docker image load`
|
||||
|
||||
Reference in New Issue
Block a user