wiremock / wiremock.org

WireMock website, powered by Jekyll. Contributions are welcome!
https://wiremock.org/
MIT License
11 stars 49 forks source link

Issue on Running in Docker #258

Open johan974 opened 6 months ago

johan974 commented 6 months ago

Page

/docs/standalone/docker/

Details

The default Dockerfile example could be simplified. The default one should not have the last entrypoint line. That line gives a lot of unexpected situations. It took days to figure that out.

Removing that entrypoint line immediately solved all issues.

As a second example you could leave the entrypoint line in, but please specify what that means.

Suggested Edits

See above.

References

No response