mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
4426189b35
To load an image from a tar file, you can specify the tar file in the -i/--input option: docker load -i image_1.tar or using stdin: docker load < image_1.tar cat image_1.tat | docker load If the image file isn't given the `docker load` command gets stuck. To avoid that, the load makes sure the CLI input is not a terminal or the `--input` option was set. If not then an error message is shown. Signed-off-by: Boaz Shuster <ripcurld.github@gmail.com> |
||
---|---|---|
.. | ||
build.go | ||
cmd.go | ||
history.go | ||
import.go | ||
inspect.go | ||
list.go | ||
load.go | ||
prune.go | ||
pull.go | ||
push.go | ||
remove.go | ||
save.go | ||
tag.go | ||
trust.go | ||
trust_test.go |