一、参考链接
阿里巴巴开源镜像站-OPSX镜像站
简介
PouchContainer是阿里巴巴开源的高度牢靠的集装箱引擎。它是一个优良的软件层,能够填补业务应用程序和底层基础设施之间的空白。隔离能力强、容器丰盛是其代表特色。
centos7装置Pouch 镜像
首先增加文件/etc/yum.repos.d/pouch-centos7.repo
内容如下
[pouch-stable]
name=Pouch Stable - $basearch
baseurl=http://mirrors.aliyun.com/ops...$basearch/stable
enabled=1
gpgcheck=1
gpgkey=http://mirrors.aliyun.com/ops...
[pouch-test]
name=Pouch Test - $basearch
baseurl=http://mirrors.aliyun.com/ops...$basearch/test
enabled=0
gpgcheck=1
gpgkey=http://mirrors.aliyun.com/ops...
如图
而后执行
yum makecache
yum install pouch
如图
实现