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/supported_docker_environment/index.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,15 @@
2
2
3
3
## Overview
4
4
5
+
Testcontainers requires a Docker-API compatible container runtime.
6
+
During development, Testcontainers is actively tested against recent versions of Docker on Linux, as well as against Docker Desktop on Mac and Windows.
7
+
These Docker environments are automatically detected and used by Testcontainers without any additional configuration being necessary.
8
+
9
+
It is possible to configure Testcontainers to work for other Docker setups, such as a remote Docker host or Docker alternatives.
10
+
However, these are not actively tested in the main development workflow, so not all Testcontainers features might be available and additional manual configuration might be necessary.
11
+
If you have further questions about configuration details for your setup or whether it supports running Testcontainers-based tests,
12
+
please contact the Testcontainers team and other users from the Testcontainers community on [Slack](https://slack.testcontainers.org/).
13
+
5
14
| Host Operating System / Environment | Minimum recommended docker versions | Known issues / tips |
| Linux - general | Docker v17.09 | After docker installation, follow [post-installation steps](https://docs.docker.com/engine/install/linux-postinstall/). |
0 commit comments