Skip to content

I will be creating Docker image using a simple Node.js application with Express.js. I'll show you how to run this application inside a Docker container.

Notifications You must be signed in to change notification settings

HaiderMalik12/dockerize-node-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Create Docker Image

docker build image -t node-app .

Run Docker Image to container

docker run -d -p 3000:3000 node-app

Watch Youtub Video

About

I will be creating Docker image using a simple Node.js application with Express.js. I'll show you how to run this application inside a Docker container.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published