From 2a747e72c51133164872cb3d47865f78530269e5 Mon Sep 17 00:00:00 2001 From: Tobias Ludwig Maier Date: Tue, 1 Nov 2022 02:56:30 +0100 Subject: [PATCH] Reorder README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 09db9d4..7b29314 100644 --- a/README.md +++ b/README.md @@ -10,15 +10,15 @@ This is very useful for CI pipelines, which leverage "Docker in Docker". ## Docker versions supported -Note: In the past. this docker image (tags) focused on the docker version (e.g. `latest`, `20.10`, `19.03` and `19`). -But as the docker releases got less disruptive, the approach changes to use the docker compose version as tags. - The Docker Compose versions supported here use the most recent docker version compatible with it. All available Docker Engine versions and the respective Docker Compose versions are defined in [`DOCKER_AND_COMPOSE_VERSION_MATRIX`](./DOCKER_AND_COMPOSE_VERSION_MATRIX). Please open an issue or a pull request (preferred) [at GitHub](https://github.com/tmaier/docker-compose), if a version is missing. +**Note:** In the past. this docker image (tags) focused on the docker version (e.g. `latest`, `20.10`, `19.03` and `19`). +But as the docker releases got less disruptive, the approach changes to use the docker compose version as tags. + ## Usage instructions for GitLab CI You may use it like this in your `.gitlab-ci.yml` file.