mirror of https://github.com/docker/docs.git
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:
parent
0d1cc5375b
commit
b7312c13c0
|
@ -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+ |
|
||||
|
|
Loading…
Reference in New Issue