Friday, July 28, 2023

[java] [maven] [dropwizard] [docker] helloworld dropwizard-0-9-2 docker build and run

Note: the following notes is based on windows powershell environment

[0] Continue from the previous post

 

[1] Create Dockerfile at project root

[2] Build image

[3] Run container from image

[4] Browse the page.

http://localhost:8080/hello-world

http://localhost:8080/hello-world?name=Successful+Dropwizard+User






REF: 

No comments:

Post a Comment