mlabouardy / dockerswarm-ui

DockerSwarm UI is 100% compatible with the Docker 🐋 Remote API and Docker Swarm API.
https://hub.docker.com/u/mlabouardy/
57 stars 14 forks source link

No data in show #3

Closed Rohlik closed 8 years ago

Rohlik commented 8 years ago

Hello again, after successful build I see only this - just menu without data. I try run container with environment DOCKER_HOST and without it, result is same.

screen

mlabouardy commented 8 years ago

can you give me the command line that you used to run the container :)

mlabouardy commented 8 years ago

its better to use the stable image on docker hub:

docker run -d -p 3000:3000 -v /var/run/docker.sock:/var/run/docker.sock --name dockerswarm-ui mlabouardy/dockerswarm-ui:1.0.0

or

docker run -d -p 3000:3000 -e DOCKER_HOST=tcp://IP:2375 --name dockerswarm-ui mlabouardy/dockerswarm-ui:1.0.0

Rohlik commented 8 years ago

Works great now. Thx you so much for help me with my problem. PS: I love your simple design of web ui. PSS: My nodes tab is empty, it's OK or it's bug? Everything else works. PSSS: I try on my another Swarm cluster and nodes tab have correct data. I guess, this is problem with my Swarm configuration. Your app don't correct parse data from Swarm when I using Swarm and his function replication. Look at my screen: swarm