Skip to content

Dockerfile examples for: Go, Node.js, Python, React

Notifications You must be signed in to change notification settings

rjNemo/docker_examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🐳 Docker examples

Dockerfile examples for:

👷 Build a container

docker build -t $APPNAME:$VERSION .

🏃 Run a container

docker run --rm $APPNAME:$VERSION