Skip to content

techharvesting/node-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Dockerize a nodejs application

How could we containerize a nodejs application with docker.....Let's See....

Refer this video for a hands on guide: https://www.youtube.com/watch?v=pqsC1AcuQkU

First clone the project Then run :

npm install

then you can build the image with :

docker build -t image-name .

Its time to run the container! run:

docker run -it -p 5000:3000

Now head over to http://localhost:5000 to see the magic happen!

AWESOME!

About

How could we containerize a nodejs application with docker.....Let's See

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published