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
The `magento2.test` above defines the hostname to use, and the `2.4.0` defines the Magento version to install. Note that since we need a write to `/etc/hosts` for DNS resolution, you will be prompted for your system password during setup.
146
+
The `magento2.test` above defines the hostname to use, and the `2.4.1` defines the Magento version to install. Note that since we need a write to `/etc/hosts` for DNS resolution, you will be prompted for your system password during setup.
146
147
147
148
Prefix the version with `with-samples-` if you would like to automatically install sample data along with Magento.
148
149
@@ -159,19 +160,21 @@ Same result as the one-liner above. Just replace `magento2.test` references with
@@ -240,16 +240,6 @@ We recommend keeping your docker config files in version control, so you can mon
240
240
241
241
It is recommended to keep your root docker config files in one repository, and your Magento code setup in another. This ensures the Magento base path lives at the top of one specific repository, which makes automated build pipelines and deployments easy to manage, and maintains compatibility with projects such as Magento Cloud.
242
242
243
-
### Older Versions
244
-
245
-
Versions older than `24.0.0` did not include a `bin/update` helper script, and versions older than `26.0.0` had a different directory structure. For both of these situations, you can download the most recent file to your project by running:
246
-
247
-
```
248
-
(cd bin && curl -OL https://raw.githubusercontent.com/markshust/docker-magento/master/compose/bin/update && chmod +x update)
249
-
```
250
-
251
-
You'll now have an updated `bin/update` helper script, and can run it to update your project.
252
-
253
243
## Custom CLI Commands
254
244
255
245
-`bin/bash`: Drop into the bash prompt of your Docker container. The `phpfpm` container should be mainly used to access the filesystem within Docker.
@@ -260,7 +250,7 @@ You'll now have an updated `bin/update` helper script, and can run it to update
260
250
-`bin/copytocontainer`: Copy folders or files from host to container. Ex. `bin/copytocontainer --all`
261
251
-`bin/dev-urn-catalog-generate`: Generate URN's for PHPStorm and remap paths to local host. Restart PHPStorm after running this command.
262
252
-`bin/devconsole`: Alias for `bin/n98-magerun2 dev:console`
263
-
-`bin/download`: Download & extract specific Magento version to the `src` directory. Ex. `bin/download 2.4.0`
253
+
-`bin/download`: Download & extract specific Magento version to the `src` directory. If the archive download fails, it will attempt to download with Composer. Ex. `bin/download 2.4.1`.
264
254
-`bin/fixowns`: This will fix filesystem ownerships within the container.
265
255
-`bin/fixperms`: This will fix filesystem permissions within the container.
266
256
-`bin/grunt`: Run the grunt binary. Ex. `bin/grunt exec`
@@ -331,15 +321,15 @@ Use the following lines to enable Redis on existing installs:
0 commit comments