Skip to content

Commit

Permalink
Make docker version on node same as master (openshift#119)
Browse files Browse the repository at this point in the history
  • Loading branch information
puneetguptanitj authored and flaper87 committed Jan 9, 2019
1 parent 29023e3 commit 9b7b009
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ data:
echo "exit 101" > /usr/sbin/policy-rc.d
chmod +x /usr/sbin/policy-rc.d
trap "rm /usr/sbin/policy-rc.d" RETURN
apt-get install -y docker-engine=1.12.0-0~xenial
apt-get install -y docker.io
echo 'DOCKER_OPTS="--iptables=false --ip-masq=false"' > /etc/default/docker
systemctl daemon-reload
systemctl enable docker
Expand Down

0 comments on commit 9b7b009

Please sign in to comment.