Skip to content

Commit 39db851

Browse files
authored
docs: remove included-as-non-root-mapped example (#1245)
1 parent 37f0e99 commit 39db851

File tree

8 files changed

+0
-141
lines changed

8 files changed

+0
-141
lines changed

examples/included-as-non-root-mapped/Dockerfile

Lines changed: 0 additions & 31 deletions
This file was deleted.

examples/included-as-non-root-mapped/README.md

Lines changed: 0 additions & 73 deletions
This file was deleted.

examples/included-as-non-root-mapped/build.sh

Lines changed: 0 additions & 6 deletions
This file was deleted.

examples/included-as-non-root-mapped/src/cypress.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

examples/included-as-non-root-mapped/src/cypress/integration/spec.js

Lines changed: 0 additions & 9 deletions
This file was deleted.

examples/included-as-non-root-mapped/src/index.html

Lines changed: 0 additions & 4 deletions
This file was deleted.

examples/included-as-non-root-mapped/test.sh

Lines changed: 0 additions & 9 deletions
This file was deleted.

included/README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,3 @@ docker run -it --cpus=0.2 -e DEBUG=cypress:launcher:* --entrypoint=cypress cypre
196196
## Alternate users
197197

198198
- [examples/included-as-non-root](../examples/included-as-non-root) describes how to run tests as non-root user `node` using a `cypress/included` image
199-
200-
The following example is built on a legacy version of Cypress and has not yet been updated to demonstrate current Cypress versions:
201-
202-
- [examples/included-as-non-root-mapped](../examples/included-as-non-root-mapped) shows how to build a Docker image on top of `cypress/included` that runs with a non-root user that matches the id of the user on the host machine. This way, the permissions on any files created during the test run match the user's permissions on the host machine. This example is specific to using `cypress/included` images under [Docker Desktop on Mac](https://docs.docker.com/desktop/install/mac-install/).

0 commit comments

Comments
 (0)