Is your feature request related to a problem? Please describe.
I'm using testcontainers to create instances of Wiremock, however I can't find a way to launch the instance in Global Proxy mode. The Global Proxy example provided here only shows how to launch into this mode using WireMockServer.Start().
Describe the solution you'd like
Allow the use of Global Proxy mode when using testcontainers.