mirror of
https://github.com/docker/docs.git
synced 2026-03-28 14:58:53 +07:00
Also adjust CLI stub pages and cli.md to look in a different data folder for edge releases
16 lines
497 B
YAML
16 lines
497 B
YAML
command: docker image 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 image import [OPTIONS] file|URL|- [REPOSITORY[:TAG]]
|
|
pname: docker image
|
|
plink: docker_image.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
|
|
|