Skip to content

Commit 12b8dcf

Browse files
puneetguptanitjpierreprinetti
authored andcommitted
Make docker version on node same as master (openshift#119)
1 parent 962f915 commit 12b8dcf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cmd/clusterctl/examples/openstack/ubuntu/provider-components.yaml.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ data:
166166
echo "exit 101" > /usr/sbin/policy-rc.d
167167
chmod +x /usr/sbin/policy-rc.d
168168
trap "rm /usr/sbin/policy-rc.d" RETURN
169-
apt-get install -y docker-engine=1.12.0-0~xenial
169+
apt-get install -y docker.io
170170
echo 'DOCKER_OPTS="--iptables=false --ip-masq=false"' > /etc/default/docker
171171
systemctl daemon-reload
172172
systemctl enable docker

0 commit comments

Comments
 (0)