SO Setup - Install docker earlier for CentOS

This commit is contained in:
Mike Reeves
2018-09-11 17:30:26 -04:00
parent 4af7b1cea7
commit 5af998835a

View File

@@ -393,6 +393,7 @@ saltify() {
yum -y install salt-minion yum-utils device-mapper-persistent-data lvm2 openssl
yum-config-manager --add-repo https://download.docker.com/linux/centos/docker-ce.repo
yum -y update
yum -y install docker-ce python-docker
# Nasty hack but required for now
if [ $INSTALLTYPE == 'MASTERONLY' ] || [ $INSTALLTYPE == 'EVALMODE' ]; then