mirror of https://github.com/docker/docs.git
Merge pull request #12317 from usha-mandya/engdocs-383
Add note on Compose file v1 deprecation
This commit is contained in:
commit
719945b611
|
|
@ -7,6 +7,11 @@ toc_min: 1
|
||||||
sitemap: false
|
sitemap: false
|
||||||
---
|
---
|
||||||
|
|
||||||
|
>**Deprecated**
|
||||||
|
>
|
||||||
|
> Docker Compose file version 1 has been deprecated. We recommend that you move to the latest Compose specification. For more information, see [Compose file reference](index.md).
|
||||||
|
{: .warning }
|
||||||
|
|
||||||
## Reference and guidelines
|
## Reference and guidelines
|
||||||
|
|
||||||
These topics describe version 1 of the Compose file format. This is the oldest
|
These topics describe version 1 of the Compose file format. This is the oldest
|
||||||
|
|
|
||||||
|
|
@ -11,12 +11,12 @@ toc_min: 1
|
||||||
## Reference and guidelines
|
## Reference and guidelines
|
||||||
|
|
||||||
These topics describe the Docker Compose implementation of the Compose format.
|
These topics describe the Docker Compose implementation of the Compose format.
|
||||||
Docker Compose **1.27.0+** implements the format defined by the [Compose Specification](https://github.com/compose-spec/compose-spec/blob/master/spec.md). Previous Docker Compose versions have support for several Compose file formats – 1, 2, 2.x, and 3.x. The Compose specification is an unified 2.x and 3.x file format, aggregating properties accross these formats.
|
Docker Compose **1.27.0+** implements the format defined by the [Compose Specification](https://github.com/compose-spec/compose-spec/blob/master/spec.md). Previous Docker Compose versions have support for several Compose file formats – 2, 2.x, and 3.x. The Compose specification is an unified 2.x and 3.x file format, aggregating properties across these formats.
|
||||||
|
|
||||||
## Compose and Docker compatibility matrix
|
## Compose and Docker compatibility matrix
|
||||||
|
|
||||||
There are several versions of the Compose file format – 1, 2, 2.x, and 3.x. The
|
There are several versions of the Compose file format – 1, 2, 2.x, and 3.x. The
|
||||||
table below is a quick look. For full details on what each version includes and
|
table below provides a snapshot of various versions. For full details on what each version includes and
|
||||||
how to upgrade, see **[About versions and upgrading](compose-versioning.md)**.
|
how to upgrade, see **[About versions and upgrading](compose-versioning.md)**.
|
||||||
|
|
||||||
{% include content/compose-matrix.md %}
|
{% include content/compose-matrix.md %}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue