docker config inspect
Estimated reading time:
1 minute
Description
Display detailed information on one or more configuration files
API 1.30+
The client and daemon API must both be at least
1.30
to use this command. Use the docker version
command on the client to check
your client and daemon API versions.
Usage
docker config inspect [OPTIONS] CONFIG [CONFIG...]
Options
Name, shorthand |
Default |
Description |
--format , -f |
|
Format the output using the given Go template |
--pretty |
|
Print the information in a human friendly format |
Parent command