Skip to content

edits to some headings #22559

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ $ docker compose ps

For a full list of all the Compose CLI commands, see the [reference documentation](/reference/cli/docker/compose/_index.md).

## Illustrative example
## Example

The following example illustrates the Compose concepts outlined above. The example is non-normative.

Expand Down
2 changes: 1 addition & 1 deletion content/reference/compose-file/build.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ If `pull_policy` is missing from the service definition, Compose attempts to pul

Compose with `build` support offers an option to push built images to a registry. When doing so, it doesn't try to push service images without an `image` attribute. Compose warns you about the missing `image` attribute which prevents images being pushed.

## Illustrative example
## Example

The following example illustrates Compose Build Specification concepts with a concrete sample application. The sample is non-normative.

Expand Down
2 changes: 1 addition & 1 deletion content/reference/compose-file/develop.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ weight: 150

This page defines how Compose behaves to efficiently assist you and defines the development constraints and workflows set by Compose. Only a subset of Compose file services may require a `develop` subsection.

## Illustrative example
## Example

```yaml
services:
Expand Down
2 changes: 1 addition & 1 deletion content/reference/compose-file/profiles.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ References to other services (by `links`, `extends` or shared resource syntax `s
automatically enable a component that would otherwise have been ignored by active profiles. Instead
Compose returns an error.

## Illustrative example
## Example

```yaml
services:
Expand Down