We struggled to find an easy docker container for hawtio so we built this one.
Hosted on dockerhub at:
cloud.docker.com/u/enosi/repository/docker/enosi/hawtio-docker/general
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.
docker run --rm -p 8081:8080 enosi/hawtio-docker:latest
Then you will be able to head along to: