Skip to content

jandrey15/docker-nodejs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Example app node.js with Docker

Build image

docker build -t your_dockerhub_username/nodejs-image-demo .

Check your images

docker images

Build the container

docker run --name nodejs-image-demo -p 80:8080 -d your_dockerhub_username/nodejs-image-demo

running containers

docker ps

Stop container

docker stop id-container

List your all of your images

docker images -a

Remove the stopped container and all of the images

docker system prune -a

About

Example app node.js with Docker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published