diff --git a/Using-WireMock.Net.Testcontainers.md b/Using-WireMock.Net.Testcontainers.md index 2c1c99f..d807850 100644 --- a/Using-WireMock.Net.Testcontainers.md +++ b/Using-WireMock.Net.Testcontainers.md @@ -3,7 +3,9 @@ WireMock.Net.Testcontainers uses [Testcontainers for .NET](https://dotnet.testco This options requires docker service running locally. -Both the [Linux](https://hub.docker.com/repository/docker/sheyenrath/wiremock.net) and the [Windows](https://hub.docker.com/repository/docker/sheyenrath/wiremock.net-windows/general) version from WireMock.Net are supported. +Both the [Linux](https://hub.docker.com/repository/docker/sheyenrath/wiremock.net) and the [Windows](https://hub.docker.com/repository/docker/sheyenrath/wiremock.net-windows/general) version from WireMock.Net are supported :memo:. + +:memo: It's not needed to specify the version, this is determined automatically. (So if you are running Docker on a Windows Host, the Windows Docker image is used, else the Linux Docker image is used. ## Usage ### Build and Start