Skip to content

Commit 2da2675

Browse files
kivieweddumelendez
andauthored
Add paragraph about Docker requirements to docs (#5987)
Co-authored-by: Eddú Meléndez Gonzales <[email protected]>
1 parent 75ac1d1 commit 2da2675

File tree

1 file changed

+9
-0
lines changed
  • docs/supported_docker_environment

1 file changed

+9
-0
lines changed

docs/supported_docker_environment/index.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
## Overview
44

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+
514
| Host Operating System / Environment | Minimum recommended docker versions | Known issues / tips |
615
|-------------------------------------|-----------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
716
| Linux - general | Docker v17.09 | After docker installation, follow [post-installation steps](https://docs.docker.com/engine/install/linux-postinstall/). |

0 commit comments

Comments
 (0)