wiremock / wiremock-docker

Wiremock Docker image
https://hub.docker.com/r/wiremock/wiremock
MIT License
218 stars 101 forks source link

Passing arguments to docker run breaks $JAVA_OPTS #17

Closed symposion closed 5 years ago

symposion commented 5 years ago

The entry point script does not include $JAVA_OPTS in it, so if you pass arguments to docker run (overriding the CMD in the Dockerfile), $JAVA_OPTS is silently ignored. I think it should be included in the "backup" command in docker-entrypoint.sh as well to prevent this.

rodolpheche commented 5 years ago

Thanks for your report