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
|
||||
$ sudo add-apt-repository \
|
||||
"deb https://apt.dockerproject.org/repo/pool/ \
|
||||
$(lsb_release -cs) \
|
||||
"deb https://apt.dockerproject.org/repo/ \
|
||||
debian-$(lsb_release -cs) \
|
||||
main"
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in New Issue