我的乐与怒

Life, thoughts, stories and ideas.

使用Mesos和Docker构建你的私有云平台

安装

如果没有安装epel源先安装

yum install epel-release

先添加mesosphere源

sudo rpm -Uvh http://repos.mesosphere.io/el/7/noarch/RPMS/mesosphere-el-repo-7-1.noarch.rpm

安装mesos 以及运算框架marathon

yum install mesos 
yum install marathon 

安装zookeeper

yum install mesosphere-zookeeper