Skip to content

Commit

Permalink
Standardize Docker and Docker compose.
Browse files Browse the repository at this point in the history
  • Loading branch information
jason-fox committed Jun 4, 2024
1 parent 6559272 commit 628d082
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ docker-compose -v
docker version
```

Please ensure that you are using Docker version 20.10 or higher and Docker Compose 1.29 or higher and upgrade if
Please ensure that you are using Docker version 24.0.x or higher and Docker Compose 2.24.x or higher and upgrade if
necessary.

Although not officially supported, older versions of docker without an integrated docker-compose can be run by adding
Expand Down
4 changes: 2 additions & 2 deletions docs/docker-ubuntu.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
> This is because the default Docker package associated with Ubuntu can be
> [outdated](https://askubuntu.com/questions/151283/why-dont-the-ubuntu-repositories-have-the-latest-versions-of-software)
> and will install an obsolete Docker version leading to issues with `docker` and `docker-compose` versions. Check you
> are using Docker version 24.0.x or higher and Docker Compose 2.29.x or higher and upgrade if necessary.
> are using Docker version 24.0.x or higher and Docker Compose 2.24.x or higher and upgrade if necessary.
Further details can be found under: `https://docs.docker.com/engine/install/ubuntu/#set-up-the-repository`

Expand Down Expand Up @@ -62,7 +62,7 @@ docker compose version
```

> **Important** In recent versions, `docker-compose` is already included as part of of the main `docker` client, Please
> ensure that you are using Docker version 24.0.4 or higher and Docker Compose 2.29.1 or higher and upgrade if
> ensure that you are using Docker version 24.0.x or higher and Docker Compose 2.24.x or higher and upgrade if
> necessary. If you are unable to upgrade and stuck using an older version you can still run the tutorials by adding a
> `legacy` parameter at the end the `./services` script commands e.g. `services start legacy`
Expand Down
2 changes: 1 addition & 1 deletion docs/virtual-box.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ minimal set-up is recommended:

- VirtualBox
- Ubuntu 22.04.2 2G RAM 25G Disk
- Docker Engine on Ubuntu: Docker 24.0.4 and Docker compose 2.19.1
- Docker Engine on Ubuntu: Docker 24.0.x and Docker compose 2.19.1

Download Virtualbox from [here](https://www.virtualbox.org/)

Expand Down
2 changes: 1 addition & 1 deletion docs/wsl.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ the following minimal set-up is recommended:

- Windows 11
- WSL 1.2.5.0 with an Ubuntu Distribution
- Docker Engine on Ubuntu: Docker 24.0.4 and Docker compose 2.19.1
- Docker Engine on Ubuntu: Docker 24.0.x and Docker compose 2.19.1

0 comments on commit 628d082

Please sign in to comment.