Introduction
PouchContainer is Alibaba’s open source, highly reliable container engine. It is an excellent software layer that fills the gap between business applications and the underlying infrastructure. Strong isolation capabilities and rich containers are its representative features.
centos7 installation Pouch image
First add the file/etc/yum.repos.d/pouch-centos7.repo
The content is as follows
[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
As shown
Then execute
yum makecache
yum install pouch
Complete as shown