Skip to content

Commit b50530b

Browse files
authored
ENGDOCS-2083 (#19944)
1 parent 94df07f commit b50530b

File tree

12 files changed

+0
-24
lines changed

12 files changed

+0
-24
lines changed

content/compose/_index.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,6 @@ aliases:
4848
- /compose/completion/
4949
---
5050

51-
{{< include "compose-eol.md" >}}
52-
5351
Docker Compose is a tool for defining and running multi-container applications.
5452
It is the key to unlocking a streamlined and efficient development and deployment experience.
5553

content/compose/environment-variables/_index.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ description: Explainer on the ways to set, use and manage environment variables
55
keywords: compose, orchestration, environment, env file
66
---
77

8-
{{< include "compose-eol.md" >}}
9-
108
Use environment variables to pass configuration information to containers at runtime.
119

1210
Environment variables are key-value pairs that contain data that can be used by processes running inside a Docker container. They are often used to configure application settings and other parameters that may vary between different environments, such as development, testing, and production.

content/compose/faq.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ title: Compose FAQs
55
tags: [FAQ]
66
---
77

8-
{{< include "compose-eol.md" >}}
9-
108
### What is the difference between `docker compose` and `docker-compose`
119

1210
Version one of the Docker Compose command-line binary was first released in 2014. It was written in Python, and is invoked with `docker-compose`. Typically, Compose V1 projects include a top-level version element in the compose.yml file, with values ranging from 2.0 to 3.8, which refer to the specific file formats.

content/compose/install/_index.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ aliases:
1212
- /compose/install/compose-desktop/
1313
---
1414

15-
{{< include "compose-eol.md" >}}
16-
1715
This page contains summary information about the available options for installing Docker Compose.
1816

1917
## Installation scenarios

content/compose/install/linux.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ aliases:
1212
- /compose/compose-linux/
1313
---
1414

15-
{{< include "compose-eol.md" >}}
16-
1715
On this page you can find instructions on how to install the Compose plugin on Linux from the command line.
1816

1917
To install the Compose plugin on Linux, you can either:

content/compose/install/standalone.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ aliases:
77
- /compose/install/other
88
---
99

10-
{{< include "compose-eol.md" >}}
11-
1210
On this page you can find instructions on how to install Compose standalone on Linux or Windows Server, from the command line.
1311

1412
### On Linux

content/compose/intro/history.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ aliases:
66
- /compose/history/
77
---
88

9-
{{< include "compose-eol.md" >}}
10-
119
This page provides:
1210
- A brief history of the development of the Docker Compose CLI
1311
- A clear explanation of the major versions and file formats that make up Compose V1 and Compose V2

content/compose/multiple-compose-files/_index.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ keywords: compose, compose file, merge, extends, include, docker compose, -f fla
55
title: Overview
66
---
77

8-
{{< include "compose-eol.md" >}}
9-
108
This section contains information on the ways you can work with multiple Compose files.
119

1210
Using multiple Compose files lets you customize a Compose application for different environments or workflows. This is useful for large applications that may use dozens of containers, with ownership distributed across multiple teams. For example, if your organization or team uses a monorepo, each team may have their own “local” Compose file to run a subset of the application. They then need to rely on other teams to provide a reference Compose file that defines the expected way to run their own subset. Complexity moves from the code in to the infrastructure and the configuration file.

content/compose/production.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ keywords: compose, orchestration, containers, production
44
title: Use Compose in production
55
---
66

7-
{{< include "compose-eol.md" >}}
8-
97
When you define your app with Compose in development, you can use this
108
definition to run your application in different environments such as CI,
119
staging, and production.

content/compose/reference/_index.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ aliases:
66
- /compose/reference/overview/
77
---
88

9-
{{< include "compose-eol.md" >}}
10-
119
This page provides usage information for the `docker compose` command.
1210

1311
## Command options overview and help

0 commit comments

Comments
 (0)