This is built for a quick demonstration.
Pre-requisite
- Install Docker
git clone https://github.com/ajeetraina/hellowhale
docker build -t hellowhale .
docker run -d -p 80:80 --name hellowhale hellowhale
docker tag hellowhale ajeetraina/hellowhale
docker login
docker push ajeetraina/hellowhale