mirror of https://github.com/docker/docs.git
Minor edits
This commit is contained in:
parent
5a2e15dc04
commit
441c5b572b
|
|
@ -10,13 +10,12 @@ Usage: config [options]
|
||||||
|
|
||||||
Options:
|
Options:
|
||||||
--resolve-image-digests Pin image tags to digests.
|
--resolve-image-digests Pin image tags to digests.
|
||||||
-q, --quiet Only validate the configuration, don't print
|
-q, --quiet Only validate the configuration – do not print anything.
|
||||||
anything.
|
|
||||||
--services Print the service names, one per line.
|
--services Print the service names, one per line.
|
||||||
--volumes Print the volume names, one per line.
|
--volumes Print the volume names, one per line.
|
||||||
--hash="*" Print the service config hash, one per line.
|
--hash="*" Print the service config hash, one per line.
|
||||||
Set "service1,service2" for a list of specified services
|
Set "service1,service2" for a list of specified services
|
||||||
or use the wildcard symbol to display all services
|
or use the wildcard symbol to display all services.
|
||||||
```
|
```
|
||||||
|
|
||||||
Validate and view the Compose file.
|
Validate and view the Compose file.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue