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
5 changes: 5 additions & 0 deletions docs/examples/docker.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ There are Docker images:
- `cypress/browsers:<tag>` extends the base images with pre-installed browsers.
- `cypress/included:<Cypress version>` extends the base images with
pre-installed Cypress versions.
- `cypress/factory:<tag>` is a docker image that can be used with docker args to
generate a docker container with specific versions of node, yarn, chrome,
firefox, edge and cypress. It is used to create the above docker images and
can be used by you to create a custom docker image with versions of your
choice.

## Examples

Expand Down