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

Commit

Permalink
Merge branch 'master' into fix-scenario-based
Browse files Browse the repository at this point in the history
  • Loading branch information
hguthrie authored Feb 12, 2020
2 parents 0695689 + 6ff16e8 commit 217e068
Show file tree
Hide file tree
Showing 3 changed files with 195 additions and 130 deletions.
4 changes: 4 additions & 0 deletions src/cloud/release-notes/backward-incompatible-changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,10 @@ In earlier {{ site.data.var.ct }} releases, you could use the `m2-ece-build` and

- **Updating the Magento Cloud docker-compose commands**–We renamed the path to the command file from `./bin/docker` to `./bin/magento-docker`. Update your scripts and commands to use the new path.

- **Cron container no longer included in default Docker configuration**–Now, you must add the `--with-cron` option to the `ece-docker build:compose` command to include the Cron container in the Docker environment configuration. See [Manage cron jobs]({{site.baseurl}}/cloud/docker/docker-manage-cron-jobs.html).

Any scripts that previously generated containers with crons will now be lacking crons.

- **Using temporary containers**–In previous versions, the containers created by `bin/magento-docker` command operations were not removed, so you could use them for other operations. Now, the `magento-docker` commands remove any containers they create after the command completes.

If you want to keep a container created by a docker-compose operation, use the `docker-compose run` command instead of the `bin/magento-docker` command.
Expand Down
Loading

0 comments on commit 217e068

Please sign in to comment.