From 6037e9f0f149e3753865da172a13f28fc7ed58d2 Mon Sep 17 00:00:00 2001 From: Maria Bermudez Date: Tue, 29 Jan 2019 14:27:15 -0800 Subject: [PATCH] Adds a note on installing Docker CE on unsupported Debian and Ubuntu distros Fixed note details to match Ubuntu's --- install/linux/docker-ce/debian.md | 6 +++++- install/linux/docker-ce/ubuntu.md | 3 ++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/install/linux/docker-ce/debian.md b/install/linux/docker-ce/debian.md index e8840da08c..e87c704e87 100644 --- a/install/linux/docker-ce/debian.md +++ b/install/linux/docker-ce/debian.md @@ -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.