1
0
mirror of https://github.com/tmaier/docker-compose synced 2024-11-22 16:01:59 +01:00

Add a small instruction on how to add a new docker version

This commit is contained in:
Tobias L. Maier 2018-07-28 08:54:46 +02:00 committed by GitHub
parent d66dde5081
commit 18b74234c3
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

@ -38,6 +38,17 @@ build image:
- docker-compose build
```
## How to add support for a new docker version to this repository?
You must only provide a Pull Request for the file [`DOCKER_AND_COMPOSE_VERSION_MATRIX`](./DOCKER_AND_COMPOSE_VERSION_MATRIX).
`DOCKER_AND_COMPOSE_VERSION_MATRIX` specifies in the first column the docker version.
The second column states the most recent release of docker-compose when the docker version has been released.
You can see the latest matching versions of both by checking their release notes:
* https://github.com/docker/docker-ce/releases
* https://github.com/docker/compose/releases
## Author
[Tobias L. Maier](http://tobiasmaier.info) for [BauCloud GmbH](https://www.baucloud.com)