Update cheatsheets

This commit is contained in:
ivuorinen
2025-12-20 00:20:53 +00:00
parent 596a37b175
commit 11f02a6e11
615 changed files with 952 additions and 972 deletions

View File

@@ -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`