Open sudipto92 opened 6 years ago
If I recall correctly, this repo doesn't support more recent versions of the docker API (i.e ones included in releases in the last two years) and the version used by this repo has probably long since been deprecated so the dockerswarm-ui won't be able to retrieve all the data it needs to work.
It's not going to be much help, but I started quite a big refactor a long time back with support for newer APIs in mind, but I have no idea if it still works. if you or anyone else wants to give it a try or fork it be my guest. It can be found at: https://github.com/sjt88/dockerswarm-ui/tree/fix_new_api_support
It will try to use version 1.22 of the HTTP API by default but can be overridden with the DOCKER_API_VERSION environment variable.
Sorry I can't be of more help, best of luck! :)
I am using Docker version 17.12.0-ce on Ubuntu 14.04 OS.
By using below below command, i have run docker swarm ui: docker run -d -p 3000:3000 -v /var/run/docker.sock:/var/run/docker.sock --name dockerswarm-ui mlabouardy/dockerswarm-ui
But on web server no data is available. Kindly assist me