PouchContainer is a highly reliable container engine open sourced by Alibaba. It is an excellent software layer to fill up gap between business applications and underlying infrastructure. The strong-isolation ability and rich container are its representitive features.
下载地址:阿里云开源镜像站资源目录
配置方法 OS支持pouch 的二进制安装包目前已经支持在 centos7 和 ubuntu (16.04 和 14.04)上的安装, 您可以参考以下配置手册从 opsx 站点快速的获取安装包。
Centos 7添加文件
/etc/yum.repos.d/pouch-centos7.repo
内容如下:
[pouch-stable] name=Pouch Stable - $basearch baseurl=http://mirrors.aliyun.com/opsx/pouch/linux/centos/7/$basearch/stable enabled=1 gpgcheck=1 gpgkey=http://mirrors.aliyun.com/opsx/pouch/linux/centos/gpg [pouch-test] name=Pouch Test - $basearch baseurl=http://mirrors.aliyun.com/opsx/pouch/linux/centos/7/$basearch/test enabled=0 gpgcheck=1 gpgkey=http://mirrors.aliyun.com/opsx/pouch/linux/centos/gpg
然后执行
yum makecache yum install pouch
即可安装 pouch 了。



