Merge pull request #938 from docker/715_add_key_debian

Fix the command to add the Docker key on Debian
This commit is contained in:
Misty Stanley-Jones 2016-12-19 15:46:59 -08:00 committed by GitHub
commit cecc34d8cf
1 changed files with 3 additions and 1 deletions

View File

@ -71,7 +71,9 @@ from the new repository:
5. Add the new `GPG` key. 5. Add the new `GPG` key.
$ apt-key adv --keyserver hkp://p80.pool.sks-keyservers.net:80 --recv-keys 58118E89F3A912897C070ADBF76221572C52609D $ sudo apt-key adv \
--keyserver hkp://ha.pool.sks-keyservers.net:80 \
--recv-keys 58118E89F3A912897C070ADBF76221572C52609D
6. Open the `/etc/apt/sources.list.d/docker.list` file in your favorite editor. 6. Open the `/etc/apt/sources.list.d/docker.list` file in your favorite editor.