mirror of https://github.com/docker/docs.git
FIX repo URL at add-apt-repository
With the past version the apt-get update results in a 403 for the docker repository when using a Jessie. Looking at the repo structure I assume that now will also work on the other Debian releases.
This commit is contained in:
parent
f7115867f1
commit
1e26fa0775
|
@ -116,8 +116,8 @@ Docker from the repository.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ sudo add-apt-repository \
|
$ sudo add-apt-repository \
|
||||||
"deb https://apt.dockerproject.org/repo/pool/ \
|
"deb https://apt.dockerproject.org/repo/ \
|
||||||
$(lsb_release -cs) \
|
debian-$(lsb_release -cs) \
|
||||||
main"
|
main"
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue