File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -32,10 +32,10 @@ curl -L "https://github.com/docker/compose/releases/download/1.8.1/docker-compos
32
32
chmod +x /usr/bin/docker-compose
33
33
34
34
echo " Downloading docker images"
35
- docker pull ubuntu:16.04
36
- docker pull schoolofdevops/chef-controller:v1.1
35
+ # docker pull ubuntu:16.04
36
+ docker pull schoolofdevops/chef-controller:v1.2.0
37
37
docker pull schoolofdevops/chef-centos6-node:v1.1
38
- docker pull schoolofdevops/chef-ubuntu14-node:v1.1
38
+ # docker pull schoolofdevops/chef-ubuntu14-node:v1.1
39
39
40
40
echo " copying codespace code"
41
41
# copying codespace code
@@ -45,7 +45,7 @@ cp /tmp/*.yml /codespace/
45
45
echo " modifying in rc.local"
46
46
# modifying in rc.local
47
47
cat << EOF > /etc/rc.local
48
- #!/bin/sh -e
48
+ #!/bin/bash
49
49
#
50
50
# rc.local
51
51
#
@@ -59,4 +59,4 @@ cat <<EOF > /etc/rc.local
59
59
# By default this script does nothing.
60
60
cd /codespace && docker-compose up -d
61
61
exit 0
62
- EOF
62
+ EOF
You can’t perform that action at this time.
0 commit comments