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.
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.
linux: if you have native docker then try: http://localhost:9282
non-linux: it will be on the docker host such as http://dockerhost:9282 where dockerhost should point to the ip address returned by
boot2docker ip
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.
Content type
Image
Digest
sha256:388f6bd31…
Size
297.6 MB
Last updated
almost 11 years ago
docker pull fabric8/hawtio