Note: Hard-refresh the browser if components does not load first time.
Simply build the image using $docker build -t imdadareeph/rhel7nodejs9:v2.0.0 .
and run it with all needed parameter:
$ docker run -d -p 8888:8888 imdadareeph/rhel7nodejs9:v2.0.0
That's it.
This image uses templates modified from free site.Credit goes to Creative CV - TemplateFlip
This image uses following commands for configuration.
docker commands | Default value | Description |
---|---|---|
Docker build |
no default | $docker build -t imdadareeph/rhel7nodejs9:v2.0.0 . |
Docker run |
no default | docker run -d -p 8888:8888 imdadareeph/rhel7nodejs9:v2.0.0 |
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.