Skip to content

boanlab/docker-practice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-practice

dockerfile-flask

docker build -t hello-flask .
docker run -d -p 5000:5000 hello-flask
curl http://localhost:5000

dockerfile-node

docker build -t hello-node .
docker run -d -p 80:8080 hello-node
curl http://localhost

dockerfile-java

docker build -t pingpong .
docker run -d -p 8080:8080 hello-node
curl http://localhost:8080/ping

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published