demo/digitalocean: install docker

This commit is contained in:
Ryan Uber 2015-09-24 13:19:48 -07:00
parent 489b46a15c
commit fd1e1b11b1
1 changed files with 3 additions and 1 deletions

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"
]
},
{