An open API service indexing awesome lists of open source software.

https://github.com/dmportella/docker-nodejsweb

Simple nodejs hello world app
https://github.com/dmportella/docker-nodejsweb

balancing docker-image docker-nodejsweb dockerhub health-check kubernetes learning-by-doing load load-testing nodejs rancher site testing

Last synced: about 2 months ago
JSON representation

Simple nodejs hello world app

Awesome Lists containing this project

README

          

# Docker-nodejsweb

Node JS app build to run on RANCHER a docker management platform.

## DOCKERHUB

[![dockeri.co](http://dockeri.co/image/dmportella/nodejsweb)](https://hub.docker.com/r/dmportella/nodejsweb/)

### Normal route

Web site should be available on port `8080`.

## Building

The shell file `build.sh` will run npm install, install and run grunt and it will build and run the docker image.

> $ `./build.sh`

Builds docker image and tags it.

> $ `./build-image.sh`