Adds a note on installing Docker CE on unsupported Debian and Ubuntu distros

Fixed note details to match Ubuntu's
This commit is contained in:
Maria Bermudez 2019-01-29 14:27:15 -08:00
parent ca5d12fcbc
commit 6037e9f0f1
2 changed files with 7 additions and 2 deletions

View File

@ -120,7 +120,11 @@ from the repository.
after the word `stable` in the commands below. [Learn about **nightly** and **test** channels](/install/index.md).
> **Note**: The `lsb_release -cs` sub-command below returns the name of your
> Debian distribution, such as `stretch`.
> Debian distribution, such as `helium`. Sometimes, in a distribution
> like BunsenLabs Linux, you might need to change `$(lsb_release -cs)`
> to your parent Debian distribution. For example, if you are using
> `BunsenLabs Linux Helium`, you could use `stretch`. Docker does not offer any guarantees on untested
> and unsupported Debian distributions.
<ul class="nav nav-tabs">
<li class="active"><a data-toggle="tab" data-target="#x86_64_repo">x86_64 / amd64</a></li>

View File

@ -135,7 +135,8 @@ from the repository.
> Ubuntu distribution, such as `xenial`. Sometimes, in a distribution
> like Linux Mint, you might need to change `$(lsb_release -cs)`
> to your parent Ubuntu distribution. For example, if you are using
> `Linux Mint Tessa`, you could use `bionic`.
> `Linux Mint Tessa`, you could use `bionic`. Docker does not offer any guarantees on untested
> and unsupported Ubuntu distributions.
<ul class="nav nav-tabs">