You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/compatibility.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,4 +9,4 @@
9
9
| Mac OS X - Docker Toolbox | Docker Machine v0.8.0 ||
10
10
| Mac OS X - Docker for Mac | 1.12.0 |*Support is best-efforts at present*. `getTestHostIpAddress()` is [not currently supported](https://github.com/testcontainers/testcontainers-java/issues/166) due to limitations in Docker for Mac. |
11
11
| Windows - Docker Toolbox ||*Support is limited at present and this is not currently tested on a regular basis*. |
12
-
| Windows - Docker for Windows ||*Supported is limited at present (Docker Compose tests are failing) and not currently tested on a regular basis.*|
12
+
| Windows - Docker for Windows ||*Support is best-efforts at present.* Only Linux Containers (LCOW) are supported at the moment. See [Windows Support](usage/windows_support.md)|
Copy file name to clipboardExpand all lines: docs/usage/windows_support.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,10 @@ effort.
19
19
### MySQL containers
20
20
* MySQL server prevents custom configuration file (ini-script) from being loaded due to security measures ([link to feature description](database_containers.md#using-an-init-script))
21
21
22
+
### Windows Container on Windows (WCOW)
23
+
24
+
* WCOW is currently not supported, since Testcontainers uses auxiliary Linux containers for certain tasks and Docker for Windows does not support hybrid engine mode at the time of writing.
25
+
22
26
## Reporting issues
23
27
24
28
Please report any issues with the Windows build of Testcontainers [here](https://github.com/testcontainers/testcontainers-java/issues)
0 commit comments