关于镜像:centos7安装Pouch


一、参考链接
阿里巴巴开源镜像站-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

如图

实现

 

评论

发表回复

您的邮箱地址不会被公开。 必填项已用 * 标注

这个站点使用 Akismet 来减少垃圾评论。了解你的评论数据如何被处理