-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Closed
Labels
Description
Module
Core
Testcontainers version
1.21.3
Using the latest Testcontainers version?
Yes
Host OS
Linux
Host Arch
x86
Docker version
N/AWhat happened?
There are dead links in the CircleCI reference documentation here [1] It looks like the paths to these documentation references have been moved somewhere else.
Your CircleCI configuration should use a dedicated VM for Testcontainers to work. You can achieve this by specifying the executor type in your .circleci/config.yml to be machine instead of the default docker executor (see Choosing an Executor Type for more info).
You can learn more about the best practices of using Testcontainers together with CircleCI in this article.
[1] https://java.testcontainers.org/supported_docker_environment/continuous_integration/circle_ci/
Relevant log output
Additional Information
No response