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.
Copy file name to clipboardExpand all lines: guides/v2.2/cloud/docker/docker-config.md
+13-15Lines changed: 13 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -132,18 +132,18 @@ Continue launching your Docker environment in the default _production_ mode.
132
132
133
133
- Build Magento in the Docker container:
134
134
135
-
```bash
136
-
docker-compose run build cloud-build
137
-
```
135
+
```bash
136
+
docker-compose run build cloud-build
137
+
```
138
138
139
139
- Deploy Magento in the Docker container:
140
140
141
141
```bash
142
142
docker-compose run deploy cloud-deploy
143
143
```
144
144
145
-
{: .bs-callout-info }
146
-
For `{{site.data.var.ct}}` v2002.0.12, install Magento with the `docker-compose run cli magento-installer` command.
145
+
{:.bs-callout-info }
146
+
For `{{site.data.var.ct}}` v2002.0.12, install Magento with the `docker-compose run cli magento-installer` command.
147
147
148
148
1. Configure and connect Varnish.
149
149
@@ -221,23 +221,21 @@ The `{{site.data.var.ct}}` version 2002.0.18 and later supports developer mode.
221
221
docker-compose up -d
222
222
```
223
223
224
-
1. Start the file synchronization with `mutagen.io`.
224
+
1. Start the file synchronization with mutagen.io. If you use docker-sync for file synchronization, skip this step.
225
225
226
226
```bash
227
227
bash ./mutagen.sh
228
228
```
229
229
230
-
{:.bs-callout-info}
231
-
If you use `docker-sync`forfile synchronization, skip this step.
230
+
{:.bs-callout-info}
231
+
If you host your Docker environment on Windows and the session start fails, update the `mutagen.sh` file to change the value forthe `--symlink-mode` option to `portable`.
232
232
233
-
1. Install Magento inyour Docker environment.
233
+
1. Deploy Magento inthe Docker container:
234
234
235
-
- Deploy Magento in the Docker container:
236
-
237
-
```bash
238
-
docker-compose run deploy cloud-deploy && \
239
-
docker-compose run deploy magento-command deploy:mode:set developer
240
-
```
235
+
```bash
236
+
docker-compose run deploy cloud-deploy && \
237
+
docker-compose run deploy magento-command deploy:mode:set developer
238
+
```
241
239
242
240
{: .bs-callout-info }
243
241
Developer mode does not require the `build` operation.
0 commit comments