2.docker学习之linux安装
Posted itliucheng
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了2.docker学习之linux安装相关的知识,希望对你有一定的参考价值。
Docker CE is supported on CentOS 7.3 64-bit.
说明docker只能安装在centOS7以上
[[email protected] ~]# yum install -y yum-utils [[email protected] ~]# yum-config-manager \ --add-repo https://download.docker.com/linux/centos/docker-ce.repo [[email protected]-bigdata01 ~]# yum makecache fast [[email protected] ~]# yum -y install docker-ce [[email protected] ~]# systemctl start docker
centOS7关闭防火墙
[[email protected] ~]# systemctl stop firewalld.service
centOS7禁止开启启动防火墙
[[email protected] ~]# systemctl disable firewalld.service
查看防火墙状态
[[email protected] ~]# firewall-cmd --state
以上是关于2.docker学习之linux安装的主要内容,如果未能解决你的问题,请参考以下文章