github.com/khulnasoft/cli@v0.0.0-20240402070845-01bcad7beefa/docs/reference/commandline/load.md (about) 1 # docker load 2 3 <!---MARKER_GEN_START--> 4 Load an image from a tar archive or STDIN 5 6 ### Aliases 7 8 `docker image load`, `docker load` 9 10 ### Options 11 12 | Name | Type | Default | Description | 13 |:----------------|:---------|:--------|:---------------------------------------------| 14 | `-i`, `--input` | `string` | | Read from tar archive file, instead of STDIN | 15 | `-q`, `--quiet` | | | Suppress the load output | 16 17 18 <!---MARKER_GEN_END--> 19