mirror of https://github.com/docker/docs.git
Correct repository details for ubuntu install
Correct the ubuntu apt repository to use the correct form ubuntu-<codename>
This commit is contained in:
parent
f7115867f1
commit
05ca25b53f
|
@ -94,7 +94,7 @@ Docker from the repository.
|
|||
```bash
|
||||
$ sudo add-apt-repository \
|
||||
"deb https://apt.dockerproject.org/repo/pool/ \
|
||||
$(lsb_release -cs) \
|
||||
ubuntu-$(lsb_release -cs) \
|
||||
main"
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in New Issue