diff --git a/docs/examples/docker.mdx b/docs/examples/docker.mdx index 1465345b58..38c0fa764d 100644 --- a/docs/examples/docker.mdx +++ b/docs/examples/docker.mdx @@ -16,6 +16,11 @@ There are Docker images: - `cypress/browsers:` extends the base images with pre-installed browsers. - `cypress/included:` extends the base images with pre-installed Cypress versions. +- `cypress/factory:` 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