docker-image-import (1) Linux Manual Page
NAME docker-image-import – Import the contents from a tarball to create a filesystem image SYNOPSIS docker image import [OPTIONS] file|URL|- [REPOSITORY[:TAG]] DESCRIPTION Create a new filesystem image from the contents of a tarball (.tar, .tar.gz, .tgz, .bzip, .tar.xz, .txz) into it, then optionally tag it. EXAMPLES Import from a remote location # docker image import…
