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
|
|
|
|
|
2024-08-06 08:48:39 -04:00
|
|
|
| Name | Type | Default | Description |
|
|
|
|
|:----------------|:---------|:--------|:-----------------------------------------------------------------------------------------------|
|
|
|
|
| `-i`, `--input` | `string` | | Read from tar archive file, instead of STDIN |
|
|
|
|
| `--platform` | `string` | | Load only the given platform variant. Formatted as `os[/arch[/variant]]` (e.g., `linux/amd64`) |
|
|
|
|
| `-q`, `--quiet` | `bool` | | Suppress the load output |
|
2024-01-15 07:49:53 -05:00
|
|
|
|
|
|
|
|
|
|
|
<!---MARKER_GEN_END-->
|
|
|
|
|