mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-01-11 13:00:33 +01:00
Launch container in Proxy mode with Testcontainers #678
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @sfields-metabolon on GitHub (Mar 9, 2025).
Originally assigned to: @StefH on GitHub.
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.
@StefH commented on GitHub (Mar 10, 2025):
@sfields-metabolon
I think you can also use command line options for Testcontainers, see
@StefH commented on GitHub (May 10, 2025):
@sfields-metabolon
Did you check those wiki pages?
@StefH commented on GitHub (Dec 5, 2025):
@sfields-metabolon
Did you check those wiki pages?