mirror of https://github.com/docker/docs.git
ENGDOCS-1507 (#17719)
* ENGDOCS-1507 * ENGDOCS-1507 * review edits --------- Co-authored-by: aevesdocker <alliesadler@f693mt7fh6.home>
This commit is contained in:
parent
7f118cc2e9
commit
516bc623ba
|
@ -2,6 +2,8 @@
|
|||
>
|
||||
> From July 2023 Compose V1 stopped receiving updates. It's also no longer available in new releases of Docker Desktop.
|
||||
>
|
||||
> Compose V2 is included with all currently supported versions of Docker Desktop.
|
||||
> Compose V2 is included with all currently supported versions of Docker Desktop.
|
||||
> For more information, see [Migrate to Compose V2](/compose/migrate).
|
||||
>
|
||||
> Docker's documentation refers to and describes Compose V2 functionality.
|
||||
{: .important}
|
||||
|
|
|
@ -5,7 +5,6 @@ title: Use an environment file
|
|||
redirect_from:
|
||||
- /compose/env-file/
|
||||
---
|
||||
{% include compose-eol.md %}
|
||||
|
||||
## Syntax
|
||||
The following syntax rules apply to environment files:
|
||||
|
|
|
@ -5,7 +5,6 @@ keywords: compose, environment, env file
|
|||
redirect_from:
|
||||
- /compose/envvars-precedence/
|
||||
---
|
||||
{% include compose-eol.md %}
|
||||
|
||||
When you set the same environment variable in multiple sources, there’s a precedence rule used by Compose. It aims to resolve the value for the variable in question.
|
||||
|
||||
|
|
|
@ -5,7 +5,6 @@ title: Change pre-defined environment variables
|
|||
redirect_from:
|
||||
- /compose/reference/envvars/
|
||||
---
|
||||
{% include compose-eol.md %}
|
||||
|
||||
Compose already comes with pre-defined environment variables.
|
||||
|
||||
|
|
|
@ -6,7 +6,6 @@ redirect_from:
|
|||
- /compose/env/
|
||||
- /compose/link-env-deprecated/
|
||||
---
|
||||
{% include compose-eol.md %}
|
||||
|
||||
Environment variables are dealt with by either the Compose file or the CLI. Both have multiple ways you can substitute in or set your environment variables. This is outlined below.
|
||||
|
||||
|
|
|
@ -3,7 +3,6 @@ description: Key features and use cases of Docker Compose
|
|||
keywords: documentation, docs, docker, compose, orchestration, containers, uses, features
|
||||
title: Key features and use cases
|
||||
---
|
||||
{% include compose-eol.md %}
|
||||
|
||||
Using Compose is essentially a three-step process:
|
||||
|
||||
|
|
|
@ -3,7 +3,6 @@ description: Use File watch to automatically update running services as you work
|
|||
keywords: compose, file watch, experimental
|
||||
title: Automatically update services with file watch
|
||||
---
|
||||
{% include compose-eol.md %}
|
||||
|
||||
> **Note**
|
||||
>
|
||||
|
|
|
@ -3,7 +3,6 @@ description: Check out this tutorial on how to use Docker Compose from defining
|
|||
keywords: docker compose example, docker compose tutorial, how to use docker compose, running docker compose, how to run docker compose, docker compose build image, docker compose command example, run docker compose file, how to create a docker compose file, run a docker compose file
|
||||
title: Try Docker Compose
|
||||
---
|
||||
{% include compose-eol.md %}
|
||||
|
||||
This tutorial is designed to introduce the key concepts of Docker Compose whilst building a simple Python web application. The application uses the Flask framework and maintains a hit counter in
|
||||
Redis.
|
||||
|
|
|
@ -3,7 +3,6 @@ description: Understand GPU support in Docker Compose
|
|||
keywords: documentation, docs, docker, compose, GPU access, NVIDIA, samples
|
||||
title: Enabling GPU access with Compose
|
||||
---
|
||||
{% include compose-eol.md %}
|
||||
|
||||
Compose services can define GPU device reservations if the Docker host contains such devices and the Docker Daemon is set accordingly. For this, make sure you install the [prerequisites](../config/containers/resource_constraints.md#gpu){: target="_blank" rel="noopener" class="_" } if you have not already done so.
|
||||
|
||||
|
|
|
@ -3,7 +3,6 @@ description: Summary of samples related to Compose
|
|||
keywords: documentation, docs, docker, compose, samples
|
||||
title: Sample apps with Compose
|
||||
---
|
||||
{% include compose-eol.md %}
|
||||
|
||||
The following samples show the various aspects of how to work with Docker
|
||||
Compose. As a prerequisite, be sure to [install Docker Compose](install/index.md)
|
||||
|
|
Loading…
Reference in New Issue