Fix compose-file compatibility matrix (#3721)

- support for compose-file schema 3.1 was added in
  docker 1.13.1
- support for compose-file schema 3.2 was added in
  docker 17.04.0

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn 2017-06-28 11:53:26 -07:00 committed by Misty Stanley-Jones
parent 0d1cc5375b
commit b7312c13c0
1 changed files with 3 additions and 1 deletions

View File

@ -3,7 +3,9 @@ This table shows which Compose file versions support specific Docker releases.
| **Compose file format** | **Docker Engine release** |
| ------------------- | ------------------ |
| 3.3 | 17.06.0+ |
| 3.0 - 3.2 | 1.13.0+ |
| 3.2 | 17.04.0+ |
| 3.1 | 1.13.1+ |
| 3.0 | 1.13.0+ |
| 2.2 | 1.13.0+ |
| 2.1 | 1.12.0+ |
| 2.0 | 1.10.0+ |