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/continuous_integration/circle_ci.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
# CircleCI (Cloud, Server v2.x, and Server v3.x)
2
2
3
3
Your CircleCI configuration should use a dedicated VM for Testcontainers to work. You can achieve this by specifying the
4
-
executor type in your `.circleci/config.yml` to be `machine` instead of the default `docker` executor (see [Choosing an Executor Type](https://circleci.com/docs/2.0/executor-types/) for more info).
4
+
executor type in your `.circleci/config.yml` to be `machine` instead of the default `docker` executor (see [Choosing an Executor Type](https://circleci.com/docs/executor-intro) for more info).
5
5
6
6
Here is a sample CircleCI configuration that does a checkout of a project and runs Maven:
0 commit comments