Linux CentOS 6.8 安装 Docker
生活随笔
收集整理的這篇文章主要介紹了
Linux CentOS 6.8 安装 Docker
小編覺得挺不錯的,現(xiàn)在分享給大家,幫大家做個參考.
Linux CentOS 6.8 安裝 Docker
一、移除Docker
yum remove docker二、移除 Docker-selinux
yum remove docker-selinux
三、修改Docker鏡像配置文件
rpm -iUvh http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm四、安裝Docker
yum update -y yum -y install docker-io五、啟動Docker
service docker start chkconfig docker on總結(jié)
以上是生活随笔為你收集整理的Linux CentOS 6.8 安装 Docker的全部內(nèi)容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: IEDA 配置Git_04
- 下一篇: MyBatis-Plus_查询进阶01