Skip to content

Commit

Permalink
Correct CI overview Docker links
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMcC399 committed Nov 27, 2024
1 parent 80dd7cb commit 9f90d7c
Showing 1 changed file with 2 additions and 2 deletions.
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

0 comments on commit 9f90d7c

Please sign in to comment.