docker-image-import (1) Linux Manual Page
docker-image-import – Import the contents from a tarball to create a filesystem image Synopsisdocker image import [OPTIONS] file|URL|- [REPOSITORY[:TAG]] DescriptionCreate a new filesystem image from the contents of a tarball (.tar, .tar.gz, .tgz, .bzip, .tar.xz, .txz) into it, then optionally tag it. ExamplesImport from a remote location# docker image import http://example.com/exampleimage.tgz example/imagerepoImport from a local…
