Docker 环境搭建(RedHat 7)
Posted AK47Sonic
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Docker 环境搭建(RedHat 7)相关的知识,希望对你有一定的参考价值。
Docker 环境搭建(RedHat 7):
CentOS7
下载
http://mirrors.sohu.com/centos/7/isos/x86_64/
装载镜像文件
安装Linux 7, 参考网上配置相关参数。
系统安装完毕后,通过VirtualBox配置网络:
启动Linux 7
cd /etc/sysconfig/network-scripts/
修改ifcfg-enp0s3中红线的配置
修改/etc/hosts
vi /etc/hostname
修改DNS
修改完毕,重启网络
service network restart
ping www.baidu.com 验证是否成功
关闭防火墙
systemctl stop firewalld
禁用防火墙
systemctl disable firewalld
关闭selinux
vi /etc/selinux/config
把SELINUX=enforcing 改成 SELINUX=disabled
重启机器
以上是关于Docker 环境搭建(RedHat 7)的主要内容,如果未能解决你的问题,请参考以下文章