mirror of https://github.com/docker/docs.git
Add v2.2 format description to versioning index
Signed-off-by: Joffrey F <joffrey@docker.com>
This commit is contained in:
parent
9f26b57158
commit
f6c5c41e2d
|
@ -183,6 +183,18 @@ Introduces the following additional parameters:
|
|||
- [`healthcheck`](compose-file-v2.md#healthcheck)
|
||||
- [`sysctls`](compose-file-v2.md#sysctls)
|
||||
|
||||
### Version 2.2
|
||||
|
||||
An upgrade of [version 2.1](#version-21) that introduces new parameters only
|
||||
available with Docker Engine version **1.13.0+**. This version also allows
|
||||
to specify default scale numbers inside the service's configuration.
|
||||
|
||||
Introduces the following additional parameters:
|
||||
|
||||
- [`init`](compose-file-v2.md#init)
|
||||
- [`scale`](compose-file-v2.md#scale)
|
||||
|
||||
|
||||
### Version 3
|
||||
|
||||
Designed to be cross-compatible between Compose and the Docker Engine's
|
||||
|
|
Loading…
Reference in New Issue