mirror of
https://github.com/docker/docs.git
synced 2026-03-27 22:38:54 +07:00
* Add Netlify build script * Pull 'edge' stuff from master for now * Add env-regex logging opt (#2688) * Update Dockerfile to pull from 17.05 branch * Update YAML files from 17.05.x branch * Add scaffolding for 17.05 content * Document highlights for 17.05 * Add v1.29 API * Document multi-stage builds
15 lines
475 B
YAML
15 lines
475 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
|
|
description: Apply Dockerfile instruction to the created image
|
|
- option: message
|
|
shorthand: m
|
|
description: Set commit message for imported image
|
|
|