docker中的网络是通过NAT转发至宿主主机处理的,查询宿主主机防火墙NAT转发情况: $ firewall-cmd --query-masquerade no 通过以上情况可见在此宿主主机中防火墙的NAT转发并未开启,通过以下命令开启,并...
docker
kubernetes初始化集群,下载阿里云coredns镜像失败
阿里云centos7,使用阿里云镜像仓库,进行kubernetes初始化集群时报错: [ERROR ImagePull]: failed to pull image registry.aliyuncs.com/google_containers/coredns/coredns:v1.8.0 初始化命令: kub...
harbor镜像仓库-配置https证书访问
生成CA证书 创建key文件: [root@VM_0_8_centos certs]#pwd /data/certs [root@VM_0_8_centos certs]#openssl genrsa -out ca.key 4096 Generating RSA private key, 4096 bit long modulus ......