Giter Site home page Giter Site logo

hawtio-docker's Introduction

fabric8 hawtio docker image

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.

Exposes port: 8080

to run it:

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.

Building the docker container locally

We have a Docker Index trusted build setup to automatically rebuild the fabric8/hawtio container whenever the Dockerfile is updated, so you shouldn't have to rebuild it locally. But if you want to, here's now to do it...

Once you have installed docker you should be able to create the containers via the following:

git clone [email protected]:fabric8io/hawtio-docker.git
cd hawtio-docker
./build.sh

The hawtio docker container should then build.

hawtio-docker's People

Contributors

chnoumis-scrum-master avatar jimmidyson avatar jstrachan avatar v-rajan avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.