Sign inSign up

mdouchement/wctop

By mdouchement

Updated almost 7 years ago

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

Image
0

2.0K

mdouchement/wctop repository overview

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

Tag summary

Content type

Image

Digest

Size

21.3 MB

Last updated

almost 7 years ago

docker pull mdouchement/wctop