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

Reorder README

This commit is contained in:
Tobias Ludwig Maier 2022-11-01 02:56:30 +01:00
parent c3599cc962
commit 2a747e72c5

@ -10,15 +10,15 @@ This is very useful for CI pipelines, which leverage "Docker in Docker".
## Docker versions supported ## 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. 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). 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. 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 ## Usage instructions for GitLab CI
You may use it like this in your `.gitlab-ci.yml` file. You may use it like this in your `.gitlab-ci.yml` file.