Skip to content
This repository has been archived by the owner on Jan 3, 2023. It is now read-only.
/ wctop Public archive

wctop is a simple web-ui for monitoring local running Docker containers

License

Notifications You must be signed in to change notification settings

mdouchement/wctop

Repository files navigation

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

  • Golang 1.8 or greater

  • Initialization

go get -u github.com/mjibson/esc
go get github.com/Masterminds/glide
glide install
  • Run the server with assets loaded from the filesystem:
LOCAL_ASSETS=1 go run -race wctop.go -b localhost
  • When a new asset is added, run go generate

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

About

wctop is a simple web-ui for monitoring local running Docker containers

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published