enosi / hawtio-docker

🐳docker implementation of hawt.io

Home Page:https://cloud.docker.com/u/enosi/repository/docker/enosi/hawtio-docker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Docker Cloud Build Status

We struggled to find an easy docker container for hawtio so we built this one.

Where to find the container

Hosted on dockerhub at:

cloud.docker.com/u/enosi/repository/docker/enosi/hawtio-docker/general

Want another version?

By default, hawtio-docker currently builds with a default release version of v2.7.0.

Want a different version of hawtio? Then you're in luck thanks to the use of a docker build-arg.

docker build --build-arg version=2.6.0 -t hawtio-2.6.0 .

This will give you a container running v2.6.0.

To use hawtio docker

docker run --rm -p 8081:8080 enosi/hawtio-docker:latest

Then you will be able to head along to:

lvh.me:8081/hawtio

License

MIT License

About

🐳docker implementation of hawt.io

https://cloud.docker.com/u/enosi/repository/docker/enosi/hawtio-docker

License:MIT License


Languages

Language:Dockerfile 100.0%