在centos上运行实例的时候报错:
解决方法: 关闭selinux
1、临时关闭selinux: setenforce 0 2、修改配置文件需要重启机器: 修改/etc/selinux/config 文件 将SELINUX=enforcing改为SELINUX=disabled 重启机器即可