docker config inspect myconfig --pretty

Category: Docker

docker config inspect myconfig --pretty

Inspect a swarm config in readable form

Displays metadata of the config myconfig, which holds non-sensitive files like nginx configs distributed to tasks. Configs differ from secrets in being viewable. --pretty makes the JSON readable.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.