Skip to content

Commit 3d21747

Browse files
kiviewshelajev
andauthored
Add real on_failure page (#6784)
Co-authored-by: Oleg Šelajev <[email protected]>
1 parent 600d068 commit 3d21747

File tree

3 files changed

+18
-1
lines changed

3 files changed

+18
-1
lines changed

docs/_redirects

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
/usage/database_containers.html /modules/databases/
1313
/usage/neo4j_container.html /modules/databases/neo4j/
1414
/compatibility.html /supported_docker_environment/
15-
/on_failure.html /supported_docker_environment/
15+
/on_failure.html /error_missing_container_runtime_environment
1616

1717
# No great 1:1 mapping exists for the following, so redirect to somewhere where at least a sensible sidebar will be shown
1818

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Fixing Issues with Discovering A Supported Container Runtime Environment
2+
3+
4+
If you ended up on this page,
5+
it seems that either Testcontainers was not able to find a supported container runtime in your environment,
6+
or you found this page while searching for information to deal with errors regarding the environment discovery mechanism of Testcontainers.
7+
8+
Testcontainers requires a supported container runtime environment to be present in order to manage and run containers.
9+
Here is a list of supported container runtime environments:
10+
11+
* [Docker Desktop](https://www.docker.com/products/docker-desktop/)
12+
* [Docker Engine on Linux](https://docs.docker.com/engine/install/)
13+
* [Testcontainers Cloud](https://www.testcontainers.cloud?utm_medium=direct&utm_source=testcontainers.com&utm_content=docs&utm_term=on-failure)
14+
15+
For more extensive information on supported container runtime environments, as well as known limitations of alternative container runtime environments,
16+
please refer to [this page](https://www.testcontainers.org/supported_docker_environment/) in our documentation.

mkdocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ nav:
9797
- Examples: examples.md
9898
- System Requirements:
9999
- supported_docker_environment/index.md
100+
- error_missing_container_runtime_environment.md
100101
- Continuous Integration:
101102
- supported_docker_environment/continuous_integration/aws_codebuild.md
102103
- supported_docker_environment/continuous_integration/dind_patterns.md

0 commit comments

Comments
 (0)