From 18b74234c301620d0c77e8eca43a18aaa849d46f Mon Sep 17 00:00:00 2001 From: "Tobias L. Maier" Date: Sat, 28 Jul 2018 08:54:46 +0200 Subject: [PATCH] Add a small instruction on how to add a new docker version --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index c1d9a34..dfbfc42 100644 --- a/README.md +++ b/README.md @@ -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)