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

Updated Cloud Docker container info and clean up markdown #8216

Merged
merged 12 commits into from
Nov 13, 2020
Merged
Prev Previous commit
Update src/cloud/docker/docker-containers-cli.md
  • Loading branch information
meker12 authored Nov 13, 2020
commit f3e657c080fb607875a17c17f10bc17a3ec6a4e5
2 changes: 1 addition & 1 deletion src/cloud/docker/docker-containers-cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ docker-compose run --rm build magento-command setup:static-content:deploy
The Cron container runs operations in the background immediately after the Docker environment starts. This container uses the cron configuration defined in the [`crons` property of the `.magento.app.yaml` file]({{ site.baseurl }}/cloud/project/magento-app-properties.html#crons). This container has no custom configuration.

{:.bs-callout-info}
To improve the overall performance in the Docker developer and production environments, the Cron container is not present by default. You can use the following command to add the Cron container to the Cloud Docker environment: `./vendor/bin/ece-docker build:compose --mode="developer" --with-cron`
To improve overall performance in the local Docker environment, the Cron container is not present by default. You can use the following command to add the Cron container to the Cloud Docker environment: `./vendor/bin/ece-docker build:compose --mode="developer" --with-cron`

For details on managing cron jobs in the Cloud Docker environment, see [Manage cron jobs].

Expand Down