Skip to content

devopsguytm/nodejs-uvt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 

Repository files navigation

nodejs-uvt

a new modification was required

To clone this repo :

git clone https://github.com/bogdanobogeanu/nodejs-uvt.git

Then change folder to nodejs-uvt:

cd nodejs-uvt

To build the nodeJs application with Docker :

docker build -t mynodejs:1.0.0 .

To run the nodeJs application with Docker as a daemon :

docker run --name mynodejs -d -p 8080:8080 -it mynodejs:1.0.0

To check that application is working :

curl localhost:8080/nodejs

To check the running containers :

docker ps -a

To stop the container

docker stop mynodejs

To remove the container

docker rm mynodejs

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •