Skip to content

cannin/docker-nodejs-http-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Dockerfiles for the automated building of container images on Docker Hub

Run nodejs-http-server

docker run --name NAME -p 8080:8080 -v HOST_PATH:GUEST_PATH -w GUEST_WORKING_DIR -t cannin/nodejs-http-server docker exec -t -i NAME /bin/bash # Executable shell