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
- Host: GitHub
- URL: https://github.com/dmportella/docker-nodejsweb
- Owner: dmportella
- License: mit
- Created: 2016-05-11T11:50:41.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2018-12-07T15:48:37.000Z (over 7 years ago)
- Last Synced: 2025-01-16T16:26:46.768Z (over 1 year ago)
- Topics: balancing, docker-image, docker-nodejsweb, dockerhub, health-check, kubernetes, learning-by-doing, load, load-testing, nodejs, rancher, site, testing
- Language: Shell
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Docker-nodejsweb
Node JS app build to run on RANCHER a docker management platform.
## DOCKERHUB
[](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`