Skip to content

imdadareeph2016/imdadareeph.github.io

 
 

Repository files navigation

How to use?

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.

Templates and others

This image uses templates modified from free site.If known, credit can be given.Please contact @[email protected]

Environment variables

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

Updates and updating

To update your setup simply pull the newest image version from docker hub and run it.

Deprecated features

Instead of using imdadareeph/rhel7nodejs9 image, any light nodejs image can be used (e.g. node:alpine)

License

Everything in this repository is published under GPL-3.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 55.3%
  • HTML 31.6%
  • JavaScript 13.1%