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:
David Bayliss 2017-01-20 10:53:57 +00:00 committed by GitHub
parent f7115867f1
commit 55ea59a9a4
1 changed files with 2 additions and 2 deletions

View File

@ -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"
```