Docker image parent for creating Dropwizard images
Create a Dockerfile in the root of the Dropwizard source that inherits from this one:
FROM remmelt/docker-microservice:latest
MAINTAINER Your Name <[email protected]>
Build the Dropwizard jar by doing mvn package, then create an image with it by entering docker build -t your-app .
Make sure the artefact's final name is service.jar.
This should result in an image called your-app that's directly runnable with docker run -d your-app.
Content type
Image
Digest
sha256:30a1ee54f…
Size
133.9 MB
Last updated
almost 11 years ago
docker pull remmelt/docker-microservice