wiremock / wiremock-docker

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

add HEALTHCHECK to dockerfiles. #111

Closed RafeArnold closed 1 month ago

RafeArnold commented 2 months ago

Add a healthcheck to the dockerfiles. This allows other docker tools, such as docker-compose or testcontainers, to check the health status of the container.

This was primarily motivated by the rust testcontainers crate not currently supporting HTTP calls as a wait strategy.

References

Submitter checklist