mdouchement / wctop

wctop is a simple web-ui for monitoring local running Docker containers
MIT License
2 stars 1 forks source link
docker monitoring top web

wctop

wctop is simple web-ui for monitoring local running Docker containers like the CLI tool ctop.

wctop

Installation

docker run -v /var/run/docker.sock:/var/run/docker.sock -p 8080:8080 -d mdouchement/wctop

Technologies

Development

go get -u github.com/mjibson/esc
go get github.com/Masterminds/glide
glide install
LOCAL_ASSETS=1 go run -race wctop.go -b localhost

License

MIT

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request