From 595616145a53d68fb5be1d603e97666cefcb5293 Mon Sep 17 00:00:00 2001 From: Joseph Koblitz Date: Mon, 12 Mar 2018 16:29:00 -0700 Subject: [PATCH] Issue fix #6163 https://github.com/docker/docker.github.io/issues/6163 Added additional documentation for non-official debian-based operating systems. --- install/linux/docker-ce/debian.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/install/linux/docker-ce/debian.md b/install/linux/docker-ce/debian.md index c30879f3bd..4e16fc7228 100644 --- a/install/linux/docker-ce/debian.md +++ b/install/linux/docker-ce/debian.md @@ -94,7 +94,7 @@ from the repository. #### Set up the repository -{% assign download-url-base = 'https://download.docker.com/linux/$(. /etc/os-release; echo "$ID")' %} +{% assign download-url-base = 'https://download.docker.com/linux/debian' %} 1. Update the `apt` package index: @@ -164,6 +164,7 @@ from the repository. To also add the **edge** repository, add `edge` after `stable` on the last line of the command. + To add an unsupported operating Debian-based operating system, you will need to know which distribution you have, such as `jessie`.