2台机器,192.168.1.153,192.168.1.154

安装Shipyard


1. 154作为集群主节点,在154机器上执行命令

curl -sSL https://shipyard-project.com/deploy | bash -s

2. 153作为集群节点,153机器上执行命令

curl -sSL https://shipyard-project.com/deploy | ACTION=node DISCOVERY=etcd://192.168.1.154:4001 bash -s

使用Shipyard,部署Container


1. 浏览器 http://192.168.1.154:8080/

Install shipyard-LMLPHP

2. Deploy Container

Install shipyard-LMLPHP

Install shipyard-LMLPHP

在153机器上也执行同样的操作

05-11 17:21