Skip to content

Commit 94e7236

Browse files
Remove very old examples from Docker examples page (#5206)
* Remove very old examples from Docker examples page * prettier fixes
1 parent 37fc11b commit 94e7236

File tree

1 file changed

+3
-23
lines changed

1 file changed

+3
-23
lines changed

docs/examples/docker.mdx

Lines changed: 3 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ sidebar_position: 40
99

1010
This repo holds various Docker images for running Cypress locally and in CI.
1111

12-
There are Docker images:
12+
The Docker images:
1313

1414
- `cypress/base:<Node version>` has the operating system dependencies required
1515
to run Cypress.
@@ -18,25 +18,5 @@ There are Docker images:
1818
pre-installed Cypress versions.
1919
- `cypress/factory:<tag>` is a docker image that can be used with docker args to
2020
generate a docker container with specific versions of node, yarn, chrome,
21-
firefox, edge and cypress. It is used to create the above docker images and
22-
can be used by you to create a custom docker image with versions of your
23-
choice.
24-
25-
## Examples
26-
27-
| Name | Description |
28-
| --------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------- |
29-
| <Icon name="github" /> [GitLab](https://gitlab.com/cypress-io/cypress-example-docker-gitlab) | Run Cypress tests in Docker on [GitLab](https://gitlab.com/) |
30-
| <Icon name="github" /> [CircleCI 2.0](https://github.com/cypress-io/cypress-example-docker-circle) | Run Cypress tests in Docker on [Circle 2.0](https://circleci.com) |
31-
| <Icon name="github" /> [CircleCI Workflows](https://github.com/cypress-io/cypress-example-docker-circle-workflows) | Run Multiple Cypress tests in parallel with [Circle Workflows](https://circleci.com/docs/2.0/workflows/) |
32-
| <Icon name="github" /> [Codeship Pro](https://github.com/cypress-io/cypress-example-docker-codeship) | Run Cypress tests in Docker on [Codeship Pro](https://codeship.com/) |
33-
| <Icon name="github" /> [demo-docker-cypress-included](https://github.com/bahmutov/demo-docker-cypress-included) | Demo running the complete Docker image `cypress/included` |
34-
| <Icon name="github" /> [cypress-example-docker-compose](https://github.com/cypress-io/cypress-example-docker-compose) | Run Cypress tests using docker-compose on [CircleCI](https://circleci.com/) |
35-
| <Icon name="github" /> [cypress-open-from-docker-compose](https://github.com/bahmutov/cypress-open-from-docker-compose) | Demo running application and Cypress tests using docker-compose |
36-
| <Icon name="github" /> [cypress-tests-apache-in-docker](https://github.com/bahmutov/cypress-tests-apache-in-docker) | Run local Cypress tests against Apache running inside a Docker container |
37-
| <Icon name="github" /> [cypress-example-docker-compose-included](https://github.com/cypress-io/cypress-example-docker-compose-included) | Cypress example with docker-compose and `cypress/included` image |
38-
| <Icon name="github" /> [cypress-desktop](https://github.com/piopi/cypress-desktop) | Run Cypress with a desktop environment and noVNC in Docker |
39-
40-
## See also
41-
42-
- ["Run Cypress with a single Docker command"](https://www.cypress.io/blog/2019/05/02/run-cypress-with-a-single-docker-command/)
21+
firefox, edge and cypress. It's used to create the above docker images and can
22+
be used by you to create a custom docker image with versions of your choice.

0 commit comments

Comments
 (0)