Skip to content

manosriram-youtube/docker-node

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dockerizing a NodeJS application into multiple containers
  • Build docker build -t <app_name> .
  • Run docker run -d -p <host_port>:<app_port> <app_name>

Video Link

About

Dockerized nodejs application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published