mirror of https://github.com/docker/docs.git
Correct Ubuntu repo URL
This commit is contained in:
parent
05ca25b53f
commit
4f60e41d46
|
@ -93,7 +93,7 @@ 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/ \
|
||||||
ubuntu-$(lsb_release -cs) \
|
ubuntu-$(lsb_release -cs) \
|
||||||
main"
|
main"
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue