Skip to content

markiewb/dockerized-dropwizard-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My playground for experimenting with Dropwizard and Docker…​

Features

Usage

  1. Create image with: docker build . --tag dropwizardexample

  2. Create and run container with JMX: docker run --rm -p 127.0.0.1:9090:8080 -p 127.0.0.1:10005:10005 -p 127.0.0.1:9091:7777 --name dropwizardcontainer dropwizardexample:latest

  3. Open webapp in browser at http://localhost:9090/hello-world?name=markiewb

  4. Access JMX:

About

My playground for experimenting with Dropwizard and Docker...

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages