shipyard的模式,好像在docker 1.12之后,没有啥用武之地了,也没有更新。
接下来,集群管理和调度,最有知名度的就是rancher了。
在rancher之前,我们试一下portainer吧。。超简单方便哟。
万一rancher不行,这个也可以上哈。
安装命令:
docker service create \ > --name portainer \ > --publish : \ > --constraint 'node.role == manager' \ > --mount type=bind,src=//var/run/docker.sock,dst=/var/run/docker.sock \ > portainer/portainer \ > -H unix:///var/run/docker.sock