Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 1.36 KB

File metadata and controls

29 lines (19 loc) · 1.36 KB

Windows Support

Prerequisites

  • Docker for Windows needs to be installed
    • Docker version 17.06 is confirmed to work on Windows 10 with Hyper-V.
    • Testcontainers supports communication with Docker on Docker for Windows using named pipes.

Limitations

The following features are not available or do not work correctly so make sure you do not use them or use them with caution. The list may not be complete.

Testing

Testcontainers is not regularly tested on Windows, so please consider it to be at an beta level of readiness.

If you wish to use Testcontainers on Windows, please confirm that it works correctly for you before investing significant effort.

MySQL containers

  • MySQL server prevents custom configuration file (ini-script) from being loaded due to security measures (link to feature description)

Windows Container on Windows (WCOW)

  • 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.

Reporting issues

Please report any issues with the Windows build of Testcontainers here and be sure to note that you are using this on Windows.