From e13a2c1d5b0529d9e331ab70bafef404d38f5c25 Mon Sep 17 00:00:00 2001 From: Johannes Scheuermann Date: Mon, 25 Apr 2016 20:40:27 +0200 Subject: [PATCH] Update Docker version after cockpit installation --- cluster/vagrant/provision-master.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/cluster/vagrant/provision-master.sh b/cluster/vagrant/provision-master.sh index 2f642e7b37c..53e0081b967 100755 --- a/cluster/vagrant/provision-master.sh +++ b/cluster/vagrant/provision-master.sh @@ -111,6 +111,7 @@ if ! which /usr/libexec/cockpit-ws &>/dev/null; then pushd /etc/yum.repos.d curl -OL https://copr.fedorainfracloud.org/coprs/g/cockpit/cockpit-preview/repo/fedora-23/msuchy-cockpit-preview-fedora-23.repo dnf install -y cockpit cockpit-kubernetes + dnf update -y docker popd systemctl enable cockpit.socket