dwolla/newrelic-java
Dwolla's Java image, with New Relic's Java agent baked inside.
1.9K
Starting from Dwolla’s dwolla/java:8
image, the Dockerfile
adds New Relic’s Java agent in /opt/newrelic
.
Run bundler to install any needed gems.
bundle install
DOCKER_HOST
must point to a valid Docker instance.
rake
rake publish
Set the DOCKER_REPOSITORY
environment variable to publish to a repository other than the default (docker.sandbox.dwolla.net).
rake clean
Removes the image and any test artifacts which also might be added to your local Docker repository.
docker pull dwolla/newrelic-java