Docker之Web-UI

时间:2024-04-05 14:36:40

DockerUI 不支持多主机
Command: docker run -d -p 9000:9000 -v /var/run/docker.sock:/var/run/docker.sock dockerui/dockerui
Open your browser to http://<dockerd host ip>:9000

Shipyard 支持多主机
1.Command: curl -s https://shipyard-project.com/deploy | bash -s 部署主节点
2.Command: curl -sSL https://shipyard-project.com/deploy | ACTION=node DISCOVERY=etcd://10.0.1.10(主节点):4001 bash -s
3.Open your browser to http://<dockerd host ip>:8080 username: admin password: shipyard

注意:
ERRO[1200] client: etcd cluster is unavailable or misconfigured
往往是因为ip_forward没有启用造成的,需要修改ip_forwad=1