Skip to content

boolivar/docker-hawtio

Repository files navigation

Hawtio Docker Image

CI Dockerhub

Docker image for https://hawt.io web console

Run web console

docker run -p 8080:8080 boolivar/hawtio:latest

Open console at http://localhost:8080/hawtio

Container entrypoint supports Hawtio CLI configuration options:

docker run boolivar/hawtio:latest -V

Image Variants

boolivar/hawtio:latest

Release with the greatest version from boolivar/hawtio:<version>

boolivar/hawtio:<version>

Image based on eclipse-temurin:21 with jbang installed to run hawtio.

boolivar/hawtio:<version>-alpine

Image is based on eclipse-temurin:21-alpine with bash and jbang installed to run hawtio.

Build image

HAWTIO_VERSION build-arg is required to build image using Dockerfile:

docker build -t hawtio:4.3.0 --build-arg HAWTIO_VERSION=4.3.0 .

See Dockerfile for supported build args.

Java is required to build image using gradle:

./gradlew build

About

Docker image for hawt.io

Resources

License

Stars

Watchers

Forks

Packages

No packages published