mirror of https://github.com/docker/docs.git
Merge pull request #1258 from stevenh/patch-1
Correct repository details for ubuntu install
This commit is contained in:
commit
970dcdfdbd
|
@ -93,8 +93,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) \
|
ubuntu-$(lsb_release -cs) \
|
||||||
main"
|
main"
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue