mirror of https://github.com/docker/docs.git
Merge pull request #1271 from bmiro/patch-1
FIX repo URL at add-apt-repository
This commit is contained in:
commit
e793af460b
|
@ -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