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