docker-import - Man Page

Import the contents from a tarball to create a filesystem image

Synopsis

docker import [Options] file|URL|- [REPOSITORY[:TAG]]

Description

Alias for docker image import.

Options

-c,  --change=

Apply Dockerfile instruction to the created image

-h,  --help[=false]

help for import

-m,  --message=""

Set commit message for imported image

--platform=""

Set platform if server is multi-platform capable

See Also

docker(1)

Referenced By

docker-container-export(1).

May 2020 Docker Community