these markdown files are not consumed directly in the docs,
but only their content is included through the YAML does,
so there's no need to have these comments in them
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
(cherry picked from commit f30bde6adb)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
37 lines
684 B
Markdown
37 lines
684 B
Markdown
---
|
|
title: "secret"
|
|
description: "The secret command description and usage"
|
|
keywords: "secret"
|
|
---
|
|
|
|
# secret
|
|
|
|
```markdown
|
|
Usage: docker secret COMMAND
|
|
|
|
Manage Docker secrets
|
|
|
|
Options:
|
|
--help Print usage
|
|
|
|
Commands:
|
|
create Create a secret from a file or STDIN as content
|
|
inspect Display detailed information on one or more secrets
|
|
ls List secrets
|
|
rm Remove one or more secrets
|
|
|
|
Run 'docker secret COMMAND --help' for more information on a command.
|
|
|
|
```
|
|
|
|
## Description
|
|
|
|
Manage secrets.
|
|
|
|
## Related commands
|
|
|
|
* [secret create](secret_create.md)
|
|
* [secret inspect](secret_inspect.md)
|
|
* [secret list](secret_list.md)
|
|
* [secret rm](secret_rm.md)
|