Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit 3b12f19

Browse files
authored
Added guidance for fixing session start (#5877)
* Added guidance for fixing session start failures when launching Magento cloud Docker on Windows environment * Fixed note indentation * Restored substep formatting
1 parent 988a4b0 commit 3b12f19

File tree

1 file changed

+13
-15
lines changed

1 file changed

+13
-15
lines changed

guides/v2.2/cloud/docker/docker-config.md

Lines changed: 13 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -132,18 +132,18 @@ Continue launching your Docker environment in the default _production_ mode.
132132

133133
- Build Magento in the Docker container:
134134

135-
```bash
136-
docker-compose run build cloud-build
137-
```
135+
```bash
136+
docker-compose run build cloud-build
137+
```
138138

139139
- Deploy Magento in the Docker container:
140140

141141
```bash
142142
docker-compose run deploy cloud-deploy
143143
```
144144

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

148148
1. Configure and connect Varnish.
149149

@@ -221,23 +221,21 @@ The `{{site.data.var.ct}}` version 2002.0.18 and later supports developer mode.
221221
docker-compose up -d
222222
```
223223

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

226226
```bash
227227
bash ./mutagen.sh
228228
```
229229

230-
{: .bs-callout-info}
231-
If you use `docker-sync` for file 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 for the `--symlink-mode` option to `portable`.
232232

233-
1. Install Magento in your Docker environment.
233+
1. Deploy Magento in the Docker container:
234234

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+
```
241239

242240
{: .bs-callout-info }
243241
Developer mode does not require the `build` operation.

0 commit comments

Comments
 (0)