https://github.com/docker/docker.github.io/issues/6163

Added additional documentation for non-official debian-based operating systems.
This commit is contained in:
Joseph Koblitz 2018-03-12 16:29:00 -07:00 committed by Joao Fernandes
parent b7d96dc998
commit 595616145a
1 changed files with 2 additions and 1 deletions

View File

@ -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`.
<ul class="nav nav-tabs">
<li class="active"><a data-toggle="tab" data-target="#x86_64_repo">x86_64 / amd64</a></li>