Replace Redhat-docker with docker-CE

Some applications (cisco kms, hyperledger fabric) did not run completely with docker version coming from redhat.

So, we replaced it with docker-CE.

Procedure is below

 

# systemctl stop docker

# systemctl disable docker

# rpm -e docker-1.12.6-28.git1398f24.el7.x86_64

# rpm -e container-selinux-2.12-2.gite7096ce.el7.noarch

# rpm -e docker-client-1.12.6-28.git1398f24.el7.x86_64

# rpm -e docker-common-1.12.6-28.git1398f24.el7.x86_64

# yum localinstall -y --setopt=obsoletes=0 docker-ce-17.03.2.ce-1.el7.centos.x86_64.rpm docker-ce-selinux-17.03.2.ce-1.el7.centos.noarch.rpm --skip-broken

# cp -p /etc/sysconfig/docker-storage.rpmsave /etc/sysconfig/docker-storage

# rm -rf /var/lib/docker/devicemapper

# systemctl start docker

# systemctl enable docker

 

 

Feel free to communicate by bulent.yucesoy@gmail.com