github.com/yogeshlonkar/moby@v1.13.2-0.20201203103638-c0b64beaea94/docs/reference/commandline/secret.md (about) 1 --- 2 title: "secret" 3 description: "The secret command description and usage" 4 keywords: "secret" 5 --- 6 7 <!-- This file is maintained within the docker/docker Github 8 repository at https://github.com/docker/docker/. Make all 9 pull requests against that repo. If you see this file in 10 another repository, consider it read-only there, as it will 11 periodically be overwritten by the definitive file. Pull 12 requests which include edits to this file in other repositories 13 will be rejected. 14 --> 15 16 # secret 17 18 ```markdown 19 Usage: docker secret COMMAND 20 21 Manage Docker secrets 22 23 Options: 24 --help Print usage 25 26 Commands: 27 create Create a secret from a file or STDIN as content 28 inspect Display detailed information on one or more secrets 29 ls List secrets 30 rm Remove one or more secrets 31 32 Run 'docker secret COMMAND --help' for more information on a command. 33 34 ``` 35 36 ## Description 37 38 Manage secrets. 39 40 ## Related commands 41 42 * [secret create](secret_create.md) 43 * [secret inspect](secret_inspect.md) 44 * [secret list](secret_list.md) 45 * [secret rm](secret_rm.md)