Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/app/continuous-integration/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -212,9 +212,9 @@ cypress run --record --key=abc123 --parallel

CI providers, such as [GitHub Actions](https://docs.github.com/en/actions/using-jobs/running-jobs-in-a-container) and
[CircleCI](https://circleci.com/docs/executor-intro/#docker), allow workflows to run using
[Docker container images](https://docs.docker.com/app/docker-concepts/the-basics/what-is-a-container/).
[Docker container images](https://docs.docker.com/get-started/docker-concepts/the-basics/what-is-a-container/).

Cypress supports the use of [Docker](https://docs.docker.com/app/docker-overview/)
Cypress supports the use of [Docker](https://docs.docker.com/get-started/docker-overview/)
through the provisioning of official [Cypress Docker images](https://github.com/cypress-io/cypress-docker-images).
Images are Linux-based and support the following platforms:

Expand Down