Sign inSign up

fabric8/hawtio

By fabric8

Updated over 11 years ago

runs the hawtio web console

Image
3

50K+

fabric8/hawtio repository overview

This project builds a docker image for running the hawtio web console which is used by the fabric8 project to provide a universal console to Kubernetes and OpenShift.

Try it out
docker run -p 9282:8080 -it fabric8/hawtio

If you are running Kubernetes or OpenShift then try this: (where KUBERNETES_MASTER should point to your master REST API such as http://localhost:8080)

docker run -p 9282:8080 -it -e KUBERNETES_MASTER=$KUBERNETES_MASTER fabric8/hawtio

Then access it on your docker host at 9282.

If you are not on linux this article describes how its a good idea to define dockerhost to point to your boot2docker ip address via:

echo $(docker-ip) dockerhost | sudo tee -a /etc/hosts

Then you can easily access anything running on your docker host without having to setup port forwarding.

Tag summary

Content type

Image

Digest

sha256:388f6bd31

Size

297.6 MB

Last updated

almost 11 years ago

docker pull fabric8/hawtio