mirror of https://github.com/k3s-io/k3s
Update Docker version after cockpit installation
parent
9db45590cf
commit
e13a2c1d5b
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue