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: src/cloud/docker/docker-mode-developer.md
+9-10Lines changed: 9 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -29,19 +29,22 @@ Large files (>1 GB) can cause a period of inactivity. DB dumps and archive files
29
29
{:.procedure}
30
30
To launch the Docker environment in developer mode:
31
31
32
-
1. In your local environment, generate the Docker Compose configuration file. You can use the service configuration options, such as `--php`, to [specify a version][services].
32
+
1. In your local project root, generate the Docker Compose configuration file. You can use the service configuration options, such as `--php`, to [specify a version][services].
You can further customize the Docker Compose configuration file by adding additional options to the `build:compose` command. For example, you can set the software version for a service, or add Xdebug configuration. See [service configuration options].
46
49
47
50
1._Optional_: If you have a custom PHP configuration file, copy the default configuration DIST file to your custom configuration file and make any necessary changes.
@@ -56,9 +59,9 @@ To launch the Docker environment in developer mode:
56
59
docker-compose up -d
57
60
```
58
61
59
-
1. If you selected the `manual-native` option, start the file synchronization using the following commands.
62
+
1. If you selected the `manual-native` option, start the file synchronization.
60
63
61
-
**This command copies all data from the local machine to the Docker volume:**
64
+
**To copy all data from the local machine to the Docker volume:**
62
65
63
66
```bash
64
67
./bin/magento-docker copy-to --all
@@ -71,7 +74,7 @@ To launch the Docker environment in developer mode:
71
74
./bin/magento-docker copy-to vendor
72
75
```
73
76
74
-
**To copy all data from the Docker volume to the local machine, use:**
77
+
**To copy all data from the Docker volume to the local machine:**
75
78
76
79
```bash
77
80
./bin/magento-docker copy-from --all
@@ -107,10 +110,6 @@ To launch the Docker environment in developer mode:
107
110
docker-compose run --rm deploy cloud-deploy
108
111
```
109
112
110
-
```bash
111
-
docker-compose run --rm deploy magento-command deploy:mode:set developer
112
-
```
113
-
114
113
- Run post-deploy hooks.
115
114
116
115
```bash
@@ -136,7 +135,7 @@ To launch the Docker environment in developer mode:
136
135
docker-compose run --rm deploy magento-command cache:clean
137
136
```
138
137
139
-
1. Access the localMagento Cloud template by opening one of the following URLs in a browser:
138
+
1. Access the localstorefront by opening one of the following URLs in a browser:
0 commit comments