Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
juliamrch authored Sep 18, 2024
1 parent 0c78d37 commit c68bdda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/doc/applications/docker/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ When you create a Docker application on Clever Cloud, the deployment process inv

1. **Install/Login:**
- The system checks for a Dockerfile and an entrypoint.
- It logs into the docker registry that was configured in the Dockerfile, if any, to find the necessary image (**note:** the name of the docker registry may vary depending on the provider. It is called "container registry" in Github, for instance)
- It logs into the docker registry that was configured in the Dockerfile, if any, to find the necessary image (**note:** the name of the Docker registry may vary depending on the provider. It is called "container registry" in GitHub, for instance)

Check notice on line 42 in content/doc/applications/docker/_index.md

View workflow job for this annotation

GitHub Actions / vale

[vale] content/doc/applications/docker/_index.md#L42

[Google.Passive] In general, use active voice instead of passive voice ('was configured').
Raw output
{"message": "[Google.Passive] In general, use active voice instead of passive voice ('was configured').", "location": {"path": "content/doc/applications/docker/_index.md", "range": {"start": {"line": 42, "column": 45}}}, "severity": "INFO"}

Check notice on line 42 in content/doc/applications/docker/_index.md

View workflow job for this annotation

GitHub Actions / vale

[vale] content/doc/applications/docker/_index.md#L42

[Google.Contractions] Use 'it's' instead of 'It is'.
Raw output
{"message": "[Google.Contractions] Use 'it's' instead of 'It is'.", "location": {"path": "content/doc/applications/docker/_index.md", "range": {"start": {"line": 42, "column": 194}}}, "severity": "INFO"}

Check notice on line 42 in content/doc/applications/docker/_index.md

View workflow job for this annotation

GitHub Actions / vale

[vale] content/doc/applications/docker/_index.md#L42

[Google.Passive] In general, use active voice instead of passive voice ('is called').
Raw output
{"message": "[Google.Passive] In general, use active voice instead of passive voice ('is called').", "location": {"path": "content/doc/applications/docker/_index.md", "range": {"start": {"line": 42, "column": 197}}}, "severity": "INFO"}
2. **Build:**
- The application pulls the specified image and execute commands you specified in Dockerfile.
- **Note:** This step focuses on executing commands in your Dockerfile and doesn't require build instructions if you are using a pre-compiled image.
Expand Down

0 comments on commit c68bdda

Please sign in to comment.