Skip to content

githubgogogo/my-helloworld-webapp-dockerfile

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

my-helloworld-webapp-dockerfile

This is the docker file for creating the image of a java webapp running in ubuntu

run "docker build . -t my-helloworld-webapp" to create image run "docker run -p 8080:8080 imagename" to run the webapp Once the docker container is up and running, try GET http:localhost:8080/helloworld, it will show hello world.

About

This is the docker file for creating the image of a java webapp running in ubuntu

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published