Merge pull request #1999 from trident523/patch-2

Update INSTALL-digital-ocean.md
This commit is contained in:
Jeff Atwood 2014-02-23 09:03:29 -08:00
commit 1b1169d900
1 changed files with 1 additions and 4 deletions

View File

@ -63,10 +63,7 @@ Replace `192.168.1.1` with the IP address you got from Digital Ocean.
Finish installing Docker:
sudo sh -c "wget -qO- https://get.docker.io/gpg | apt-key add -"
sudo sh -c "echo deb http://get.docker.io/ubuntu docker main /etc/apt/sources.list.d/docker.list"
sudo apt-get update
sudo apt-get install lxc-docker
sudo wget -qO- https://get.docker.io/ | sh
<img src="https://meta-discourse.r.worldssl.net/uploads/default/3004/e75967a1a8e27ea3.png" width="567" height="307">