本節(jié)介紹幾款Docker可視化管理工具赠幕。
DockerUI(ui for Docker)
官方GitHub:https://github.com/kevana/ui-for-docker
項(xiàng)目已廢棄拐格,現(xiàn)在轉(zhuǎn)投Portainer項(xiàng)目纲酗,不建議使用媒怯。
Portainer
簡(jiǎn)介:Portainer是一個(gè)輕量級(jí)的管理界面,可以讓您輕松地管理不同的Docker環(huán)境(Docker主機(jī)或Swarm集群)。Portainer提供狀態(tài)顯示面板揽涮、應(yīng)用模板快速部署、容器鏡像網(wǎng)絡(luò)數(shù)據(jù)卷的基本操作饿肺、事件日志顯示蒋困、容器控制臺(tái)操作、Swarm集群和服務(wù)等集中管理和操作敬辣、登錄用戶管理和控制等功能家破。功能十分全面,基本能滿足中小型單位對(duì)容器管理的全部需求购岗。
官方GitHub:https://github.com/portainer/portainer
使用:
docker run -d --privileged -p 9000:9000 -v /var/run/docker.sock:/var/run/docker.sock -v /opt/portainer:/data portainer/portainer
如開啟了SELinux,可執(zhí)行如下命令啟動(dòng):
docker run -d --privileged -p 9000:9000 -v /var/run/docker.sock:/var/run/docker.sock -v /opt/portainer:/data portainer/portainer
官方文檔:https://portainer.readthedocs.io/en/latest/deployment.html
Kitematic
簡(jiǎn)介:Kitematic是一個(gè)Docker GUI门粪。
官方GitHub:https://github.com/docker/kitematic
使用:演示
Shipyard
簡(jiǎn)介:Shipyard 是一個(gè)基于 Web 的 Docker 管理工具喊积,支持多 host,可以把多個(gè) Docker host 上的 containers 統(tǒng)一管理玄妈;可以查看 images乾吻,甚至 build images;并提供 RESTful API 等拟蜻。
官方GitHub:https://github.com/shipyard/shipyard
安裝:
curl -s https://shipyard-project.com/deploy | bash -s
展示所有參數(shù):
curl -s https://shipyard-project.com/deploy | bash -s -- -h
使用:訪問http://localhost:8080 绎签,輸入賬號(hào)/密碼:admin/shipyard即可訪問Shipyard。
官方文檔:https://shipyard-project.com/
各種可視化界面的比較
參考:http://m.blog.csdn.net/qq273681448/article/details/75007828
本文首發(fā)
http://www.itmuch.com/docker/13-docker-visualization