File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed
content/manuals/engine/install Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -58,6 +58,11 @@ versions:
5858Docker Engine for Ubuntu is compatible with x86_64 (or amd64), armhf, arm64,
5959s390x, 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
6368Before 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
You can’t perform that action at this time.
0 commit comments