mirror of https://github.com/docker/docs.git
Update ubuntu.md
Please forgive me for my ignorance ... I'm not very familiar with Linux yet. I kept getting a 403 error (malformed URL really ... "dists" repeated) and failure to find the release file etc.. I'm not sure if what I've done is a fix, or an ugly work-around ... but it works for me without any issue I can see doing it this way. (Ubuntu - xenial 16.04 Docker version 1.13.0 build 49bf474).
This commit is contained in:
parent
f7115867f1
commit
55ea59a9a4
|
@ -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