Merge pull request #8418 from akshitgrover/master

Compose: Update build docs, Add --quiet flag
This commit is contained in:
Usha Mandya 2019-03-13 04:34:55 -07:00 committed by GitHub
commit 9ce6ea8d27
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@ Options:
-m, --memory MEM Sets memory limit for the build container. -m, --memory MEM Sets memory limit for the build container.
--build-arg key=val Set build-time variables for services. --build-arg key=val Set build-time variables for services.
--parallel Build images in parallel. --parallel Build images in parallel.
-q, --quiet Don't print anything to STDOUT.
``` ```
Services are built once and then tagged, by default as `project_service`. For Services are built once and then tagged, by default as `project_service`. For