Simply build the image using $docker build -t imdadareeph/rhel7nodejs9:v1.0.1 .
and run it with all needed parameter:
$ docker run -d -p 8888:8888 imdadareeph/rhel7nodejs9:v1.0.1
That's it.
This image uses templates modified from free site.If known, credit can be given.Please contact @[email protected]
This image uses following commands for configuration.
docker commands | Default value | Description |
---|---|---|
Docker build |
no default | $docker build -t imdadareeph/rhel7nodejs9:v1.0.1 . |
Docker run |
no default | docker run -d -p 8888:8888 imdadareeph/rhel7nodejs9:v1.0.1 |
To update your setup simply pull the newest image version from docker hub and run it.
Instead of using imdadareeph/rhel7nodejs9 image, any light nodejs image can be used (e.g. node:alpine)
Everything in this repository is published under GPL-3.