Skip to content

Commit

Permalink
Add warning
Browse files Browse the repository at this point in the history
  • Loading branch information
jason-fox committed Aug 3, 2023
1 parent 887cad2 commit b549c68
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/docker-ubuntu.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Installing the Docker Engine on Ubuntu

> **Warning:** when using Ubuntu, for the tutorials, it is not recommended to run `apt get install docker` directly to
> install Docker
>
> This is because the default Docker package associated with Ubuntu can be outdated 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.
Further details can be found under: `https://docs.docker.com/engine/install/ubuntu/#set-up-the-repository`

## Install using the repository
Expand Down

0 comments on commit b549c68

Please sign in to comment.