docker

How to deploy the fabric8 console on docker

The fabric8 console is written in docker and the source lives on github at: https://github.com/fabric8io/fabric8-console. To package the console up as a docker container first run gulp site and then to create and deploy the docker container use docker build -t fabric8/fabric8-console:<version> . where <version> is the version you want it to have in your docker repository. Now you are…

Read more