Skip to content

Commit c5c379a

Browse files
authored
readd, move and rephrase the note regarding Ubuntu derivative distributions
1 parent 70d9e60 commit c5c379a

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

content/manuals/engine/install/ubuntu.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,11 @@ versions:
5858
Docker Engine for Ubuntu is compatible with x86_64 (or amd64), armhf, arm64,
5959
s390x, and ppc64le (ppc64el) architectures.
6060

61+
> [!NOTE]
62+
>
63+
> Installation on Ubuntu derivative distributions, such as Linux Mint, is not officially
64+
> supported (though it may work).
65+
6166
### Uninstall old versions
6267

6368
Before you can install Docker Engine, you need to uninstall any conflicting packages.
@@ -132,7 +137,7 @@ Docker from the repository.
132137
sudo apt-get update
133138
```
134139

135-
2. Install the Docker packages.
140+
3. Install the Docker packages.
136141

137142
{{< tabs >}}
138143
{{< tab name="Latest" >}}
@@ -168,7 +173,7 @@ Docker from the repository.
168173
{{< /tab >}}
169174
{{< /tabs >}}
170175

171-
3. Verify that the installation is successful by running the `hello-world` image:
176+
4. Verify that the installation is successful by running the `hello-world` image:
172177

173178
```console
174179
$ sudo docker run hello-world

0 commit comments

Comments
 (0)