https://github.com/julienbreux/docker-swarm-gui
:package: Docker Swarm GUI. A tiny tool to help you to visualize the state of your Docker swarm.
https://github.com/julienbreux/docker-swarm-gui
docker docker-swarm gui-application
Last synced: 8 months ago
JSON representation
:package: Docker Swarm GUI. A tiny tool to help you to visualize the state of your Docker swarm.
- Host: GitHub
- URL: https://github.com/julienbreux/docker-swarm-gui
- Owner: JulienBreux
- License: mit
- Created: 2016-08-02T12:00:52.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-09-20T10:44:47.000Z (almost 10 years ago)
- Last Synced: 2025-03-30T14:51:14.944Z (about 1 year ago)
- Topics: docker, docker-swarm, gui-application
- Language: HTML
- Homepage: https://goo.gl/1swbyh
- Size: 3.82 MB
- Stars: 67
- Watchers: 5
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Docker Swarm GUI
[](https://hub.docker.com/r/julienbreux/docker-swarm-gui/) [](https://hub.docker.com/r/julienbreux/docker-swarm-gui/) [](https://github.com/JulienBreux/docker-swarm-gui/issues) [](https://github.com/JulienBreux/docker-swarm-gui/blob/master/LICENSE)
[](https://dependencyci.com/github/JulienBreux/docker-swarm-gui)
[](https://twitter.com/JulienBreux)
:package: [Docker](https://www.docker.com) Swarm GUI is a tiny tool to help you to visualize the state of your [Docker](https://www.docker.com) swarm.
## Get started
```sh
docker run -it --rm -p 8080:8080 -v /var/run/docker.sock:/var/run/docker.sock julienbreux/docker-swarm-gui:latest
```
### Preview

## Donate
I maintain this project in my free time, if it helped you please support my work [via paypal](https://paypal.me/JulienBreux), thanks a lot!
## License
See [LICENSE](https://github.com/JulienBreux/docker-swarm-gui/blob/master/LICENSE).
## GPG Signature
You can download Julien Breux's public key to verify the signature.
gpg --keyserver hkp://pgp.mit.edu --recv-keys 0998EBAA
## Alternative
- [Docker Swarm Visualizer](https://github.com/ManoMarks/docker-swarm-visualizer)