We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23d6c36 commit f9c62d8Copy full SHA for f9c62d8
Vagrantfile
@@ -7,7 +7,7 @@ shell = <<BASH
7
sudo apt-get update
8
sudo apt-get upgrade -y
9
sudo apt-get install -y docker.io openjdk-7-jre
10
-echo "DOCKER_OPTS=\"-H tcp://localhost:8181 -H unix:///var/run/docker.sock\"" > /etc/default/docker.io
+echo DOCKER_OPTS="-H tcp://localhost:8181 -H unix:///var/run/docker.sock" > /etc/default/docker.io
11
sudo service docker.io restart
12
wget https://raw.githubusercontent.com/technomancy/leiningen/stable/bin/lein -O /usr/local/bin/lein
13
chmod a+x /usr/local/bin/lein
0 commit comments