github.com/kaisenlinux/docker.io@v0.0.0-20230510090727-ea55db55fac7/cli/docs/reference/commandline/config.md (about) 1 --- 2 title: "config" 3 description: "The config command description and usage" 4 keywords: "config" 5 --- 6 7 # config 8 9 ```markdown 10 Usage: docker config COMMAND 11 12 Manage Docker configs 13 14 Options: 15 --help Print usage 16 17 Commands: 18 create Create a config from a file or STDIN 19 inspect Display detailed information on one or more configs 20 ls List configs 21 rm Remove one or more configs 22 23 Run 'docker config COMMAND --help' for more information on a command. 24 ``` 25 26 ## Description 27 28 Manage configs. 29 30 ## Related commands 31 32 * [config create](config_create.md) 33 * [config inspect](config_inspect.md) 34 * [config list](config_ls.md) 35 * [config rm](config_rm.md)