Minor edits

This commit is contained in:
Maria Bermudez 2018-10-30 14:20:20 -07:00 committed by GitHub
parent 5a2e15dc04
commit 441c5b572b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 3 deletions

View File

@ -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.