mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Merge pull request #702 from kim0/patch-2
Properly install ppa, avoid GPG key warning. Also closes #715
This commit is contained in:
commit
28a30eda88
1 changed files with 2 additions and 2 deletions
|
@ -54,9 +54,9 @@ which makes installing Docker on Ubuntu very easy.
|
|||
.. code-block:: bash
|
||||
|
||||
# Add the PPA sources to your apt sources list.
|
||||
sudo sh -c "echo 'deb http://ppa.launchpad.net/dotcloud/lxc-docker/ubuntu precise main' > /etc/apt/sources.list.d/lxc-docker.list"
|
||||
sudo apt-get install python-software-properties && sudo add-apt-repository ppa:dotcloud/lxc-docker
|
||||
|
||||
# Update your sources, you will see a warning.
|
||||
# Update your sources
|
||||
sudo apt-get update
|
||||
|
||||
# Install, you will see another warning that the package cannot be authenticated. Confirm install.
|
||||
|
|
Loading…
Reference in a new issue