Install shipyard

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

2. Deploy Container

Install shipyard

Install shipyard

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

上一篇:NSString 字符串操作


下一篇:c# 在.NET使用Newtonsoft.Json转换,读取,写入json