You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 19, 2024. It is now read-only.
* Updated Docker Quick reference
- Addedd new options to the magento-docker CLI
- Added listing that shows all available options for ece-docker
build:compose command
- Added intro to Docker Compose section
* Update src/cloud/docker/docker-quick-reference.md
Co-authored-by: maeker12 <{ID}+{username}@users.noreply.github.com>
Builds the Docker environment in [production mode][mode] by default and verifies configured service versions. | `./vendor/bin/ece-docker build:compose`
6
+
Builds the docker environment in [developer mode][mode]. | `./vendor/bin/ece-docker build:compose --mode="developer"`
7
+
Builds the docker environment in [production mode][mode]. |`.vendor/bin/ece-docker build:compose --mode="production"`
Copy file name to clipboardExpand all lines: src/cloud/docker/docker-quick-reference.md
+72-7Lines changed: 72 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,8 @@ functional_areas:
10
10
11
11
## Docker Compose
12
12
13
+
Docker Compose is a tool for defining and running multi-container Docker applications. The following table lists the Docker Compose commands for building, deploying, and operating {{site.data.var.mcd-prod}}. You can also use [Magento Cloud Docker CLI](#magento-cloud-docker-cli) commands to complete Docker Compose tasks.
14
+
13
15
Action | Command
14
16
:----- | :------
15
17
Build and start Docker environment | `docker-compose up -d`
-n, --no-interaction Do not ask any interactive question
108
+
-v|vv|vvv, --verbose Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug
109
+
```
55
110
56
111
{:.bs-callout-info}
57
-
See [Service versions] for a list of service configuration options you can add to the `ece-docker build:compose` command to customize the Cloud Docker environment configuration.
112
+
See [Service versions] for additional information about the service configuration options for the `ece-docker build:compose` command.
0 commit comments