mirror of https://github.com/docker/docs.git
15 lines
472 B
YAML
15 lines
472 B
YAML
command: docker import
|
|
short: Import the contents from a tarball to create a filesystem image
|
|
long: Import the contents from a tarball to create a filesystem image
|
|
usage: docker import [OPTIONS] file|URL|- [REPOSITORY[:TAG]]
|
|
pname: docker
|
|
plink: docker.yaml
|
|
options:
|
|
- option: change
|
|
shorthand: c
|
|
default_value: '[]'
|
|
description: Apply Dockerfile instruction to the created image
|
|
- option: message
|
|
shorthand: m
|
|
description: Set commit message for imported image
|