Skip to content

Commit dc06d88

Browse files
kiviewrnorth
authored andcommitted
Update docs to better reflect current state of Windows support
1 parent 2dc109f commit dc06d88

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

docs/compatibility.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@
99
| Mac OS X - Docker Toolbox | Docker Machine v0.8.0 | |
1010
| 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. |
1111
| 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) |

docs/usage/windows_support.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ effort.
1919
### MySQL containers
2020
* 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))
2121

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+
2226
## Reporting issues
2327

2428
Please report any issues with the Windows build of Testcontainers [here](https://github.com/testcontainers/testcontainers-java/issues)

0 commit comments

Comments
 (0)