mirror of https://github.com/docker/docs.git
Issue fix #6163
https://github.com/docker/docker.github.io/issues/6163 Added additional documentation for non-official debian-based operating systems.
This commit is contained in:
parent
b7d96dc998
commit
595616145a
|
|
@ -94,7 +94,7 @@ from the repository.
|
||||||
|
|
||||||
#### Set up 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:
|
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
|
To also add the **edge** repository, add `edge` after `stable` on the last
|
||||||
line of the command.
|
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">
|
<ul class="nav nav-tabs">
|
||||||
<li class="active"><a data-toggle="tab" data-target="#x86_64_repo">x86_64 / amd64</a></li>
|
<li class="active"><a data-toggle="tab" data-target="#x86_64_repo">x86_64 / amd64</a></li>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue