Merge branch 'master' into use-fixed-releasever

This commit is contained in:
Misty Stanley-Jones 2017-01-20 09:23:56 -08:00 committed by GitHub
commit fd3524cd3a
1 changed files with 2 additions and 2 deletions

View File

@ -116,8 +116,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/ \
debian-$(lsb_release -cs) \
main"
```