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

Conversation

shiftedreality
Copy link
Member

Purpose of this pull request

https://jira.corp.magento.com/browse/MCLOUD-5667

Affected DevDocs pages

  • ...

Links to Magento source code

  • ...

@devops-devdocs
Copy link
Collaborator

An admin must run tests on this PR before it can be merged.

@meker12 meker12 self-requested a review April 2, 2020 18:24
@meker12 meker12 self-assigned this Apr 2, 2020

## Configuration

Magento Cloud Docker supports few configurations:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Magento Cloud Docker supports few configurations:
Magento Cloud Docker supports the following configurations:


## Fully custom configuration

You can fully override the file configuration by using command `build:custom:compose`
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
You can fully override the file configuration by using command `build:custom:compose`
You can override the file configuration by using `build:custom:compose` command.

@meker12 meker12 marked this pull request as draft July 8, 2020 23:19
- opcache
```

- If `extensions.enabled` is not provided, PHP will be run with version-specific default extensions.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- If `extensions.enabled` is not provided, PHP will be run with version-specific default extensions.
- If you do not configure the `extensions` options, PHP will run with version-specific default extensions.

Comment on lines +15 to +30

You can install Cloud Docker by adding the specific dependency to your project's `composer.json` file:

```json
{
"require-dev": {
"magento/magento-cloud-docker": "^1.1"
}
}
```

Or by running CLI command

```bash
composer require --dev "magento/magento-cloud-docker:^1.1"
```
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
You can install Cloud Docker by adding the specific dependency to your project's `composer.json` file:
```json
{
"require-dev": {
"magento/magento-cloud-docker": "^1.1"
}
}
```
Or by running CLI command
```bash
composer require --dev "magento/magento-cloud-docker:^1.1"
```
You can install {{site.data.var.mcd-prod}} by adding the package dependency to your Magento project using either of the following methods:
- Add the dependency directly to the `composer.json` file.
```json
{
"require-dev": {
"magento/magento-cloud-docker": "^1.1"
}
}
```
- Add the dependency using the `composer require` command.
```bash
composer require --dev "magento/magento-cloud-docker:^1.1"
```

- Magento Cloud configuration files (`.magento.app.yaml` and `.magento/services.yaml`)
- Standalone configuration file `.magento.docker.yaml`

For more information about configuration for Magento Cloud Docker - navigate to [Cloud Docker with Magento Cloud][docker-reference]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
For more information about configuration for Magento Cloud Docker - navigate to [Cloud Docker with Magento Cloud][docker-reference]
For more information about Magento Cloud Docker configuration, see the [Cloud Docker with Magento Cloud][docker-reference]


#### Services

This section describes the required services. You can find list of available services [here][services]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
This section describes the required services. You can find list of available services [here][services]
This section describes the required services. You can find the list of available services [here][services]

@meker12
Copy link
Contributor

meker12 commented Jul 13, 2020

New content incorporated on branch mae-mcloud-5667-docker-stand-alone-config - refactoring work for addition of universal Docker config file in progress.

@meker12 meker12 closed this Jul 13, 2020
@ghost
Copy link

ghost commented Jul 13, 2020

Hi @shiftedreality, thank you for your contribution!
Please, complete Contribution Survey, it will take less than a minute.
Your feedback will help us to improve contribution process.

@jeff-matthews jeff-matthews added the Internal Dev Differentiates work between community and Magento staff label Aug 3, 2020
@mmansoor-magento mmansoor-magento deleted the MCLOUD-5667-2 branch August 3, 2023 08:11
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Internal Dev Differentiates work between community and Magento staff Progress: review

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants