mirror of https://github.com/docker/docs.git
13 lines
330 B
YAML
13 lines
330 B
YAML
command: docker secret create
|
|
short: Create a secret from a file or STDIN as content
|
|
long: Create a secret from a file or STDIN as content
|
|
usage: docker secret create [OPTIONS] SECRET file|-
|
|
pname: docker secret
|
|
plink: docker_secret.yaml
|
|
options:
|
|
- option: label
|
|
shorthand: l
|
|
default_value: '[]'
|
|
description: Secret labels
|
|
|