Skip to content
This repository was archived by the owner on May 11, 2021. It is now read-only.

Latest commit

 

History

History
40 lines (24 loc) · 1.27 KB

README.md

File metadata and controls

40 lines (24 loc) · 1.27 KB

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