axisger.blogg.se

Centos 7 install docker
Centos 7 install docker





centos 7 install docker

I’ve tried it many different ways, so what the heck? I’m trying to get this done for a POC for next week, but so far it’s not good. However when I run sudo yum install -y docker-ce I get version 18.09.1. Then add the docker-ce repository with this command Yum install -y yum-utils device-mapper-persistent-data lvm2

centos 7 install docker

If not installed already install docker-ce dependencies Vim /etc/fstab, then edit the line that shows something like dev/mapper/centos-swap swap Sed -i -follow-symlinks ‘s/SELINUX=enforcing/SELINUX=disabled/g’ /etc/sysconfig/selinuxĮcho ‘1’ > /proc/sys/net/bridge/bridge-nf-call-iptables I’ve also done the following steps to prepare for a kubernetes cluster:Įdit the /etc/hosts file and put in the IP and name of each machine in the cluster on each hostĭisable SELinux and swap with the following commands How for the life of me do I install docker-ce-18.06.1? I have created a new CentOS 7 machine, have run yum update to have everything latest on there.

centos 7 install docker

From what I see Kubernetes (kubeadm?) isn’t validated against Docker 18.09.1, but is against 18.06.1. Ok so I’m new to Docker and am trying to setup a Kubernetes cluster (as requested at my work).







Centos 7 install docker