mirror of https://github.com/docker/docs.git
14 lines
492 B
YAML
14 lines
492 B
YAML
command: docker plugin create
|
|
short: Create a plugin from a rootfs and configuration. Plugin data directory must
|
|
contain config.json and rootfs directory.
|
|
long: Create a plugin from a rootfs and configuration. Plugin data directory must
|
|
contain config.json and rootfs directory.
|
|
usage: docker plugin create [OPTIONS] PLUGIN PLUGIN-DATA-DIR
|
|
pname: docker plugin
|
|
plink: docker_plugin.yaml
|
|
options:
|
|
- option: compress
|
|
default_value: "false"
|
|
description: Compress the context using gzip
|
|
|