mirror of https://github.com/docker/docs.git
16 lines
369 B
YAML
16 lines
369 B
YAML
command: docker load
|
|
short: Load an image from a tar archive or STDIN
|
|
long: |
|
|
Alias for `docker image load`.
|
|
usage: docker load [OPTIONS]
|
|
pname: docker
|
|
plink: docker.yaml
|
|
options:
|
|
- option: input
|
|
shorthand: i
|
|
description: Read from tar archive file, instead of STDIN
|
|
- option: quiet
|
|
shorthand: q
|
|
default_value: "false"
|
|
description: Suppress the load output
|