mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-24 08:09:13 -05:00
Merge pull request #1999 from trident523/patch-2
Update INSTALL-digital-ocean.md
This commit is contained in:
commit
1b1169d900
1 changed files with 1 additions and 4 deletions
|
@ -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">
|
||||
|
||||
|
|
Loading…
Reference in a new issue