demo/digitalocean: install docker

This commit is contained in:
Ryan Uber
2015-09-24 13:19:48 -07:00
parent 07908eac04
commit 83d2adeaff

View File

@@ -19,7 +19,9 @@
"sudo apt-get -y install unzip",
"curl -o /tmp/nomad.zip -L {{ user `bin_url` }}",
"sudo unzip -d /usr/local/bin /tmp/nomad.zip",
"mkdir -p /usr/local/etc/nomad"
"mkdir -p /usr/local/etc/nomad",
"curl -s https://get.docker.com/gpg | sudo apt-key add -",
"curl -s https://get.docker.com/ | sudo sh"
]
},
{