2024-01-15 07:49:53 -05:00
|
|
|
# docker load
|
|
|
|
|
|
|
|
<!---MARKER_GEN_START-->
|
|
|
|
Load an image from a tar archive or STDIN
|
|
|
|
|
|
|
|
### Aliases
|
|
|
|
|
|
|
|
`docker image load`, `docker load`
|
|
|
|
|
|
|
|
### Options
|
|
|
|
|
|
|
|
| Name | Type | Default | Description |
|
|
|
|
|:----------------|:---------|:--------|:---------------------------------------------|
|
|
|
|
| `-i`, `--input` | `string` | | Read from tar archive file, instead of STDIN |
|
2024-07-03 02:29:57 -04:00
|
|
|
| `-q`, `--quiet` | `bool` | | Suppress the load output |
|
2024-01-15 07:49:53 -05:00
|
|
|
|
|
|
|
|
|
|
|
<!---MARKER_GEN_END-->
|
|
|
|
|