Update INSTALL-digital-ocean.md
Why not use the docker install script? It has checks to make sure things are installed correctly. It could also be done via curl: 'curl -sL https://get.docker.io/ | sh'. There's also https://get.docker.io/ubuntu/ as well, which has less checks. Finally, should there be steps to set up an additional user and disable root login? Seems a little insecure.
This commit is contained in:
parent
df79346481
commit
544df66490
|
@ -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
|
||||
'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 New Issue