mirror of
https://github.com/docker/docs.git
synced 2026-03-31 08:18:55 +07:00
Merge pull request #1258 from stevenh/patch-1
Correct repository details for ubuntu install
This commit is contained in:
@@ -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"
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user