Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Windows Server 2019 as unsupported to docs #2963

Merged
merged 1 commit into from
Jul 5, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/supported_docker_environment/windows.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
* 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.
* WSL2 backend is supported starting with Windows 10 2004. (**Beta**)
* Docker on Windows Server 2019 is currently **not supported** (also note [this issue](https://github.com/testcontainers/testcontainers-java/issues/2960)).

## Limitations
The following features are not available or do not work correctly so make sure you do not use them or use them with
Expand Down