mirror of https://github.com/docker/docs.git
Merge pull request #8456 from docker/revert-8418-master
Revert "Compose: Update build docs, Add --quiet flag"
This commit is contained in:
commit
6226ab225e
|
|
@ -17,7 +17,6 @@ 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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue