Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove obsolete --ipc=host Docker workaround #5844

Merged
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
6 changes: 0 additions & 6 deletions docs/guides/continuous-integration/introduction.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -541,12 +541,6 @@ See
for an example that runs the `npx cypress install` command to ensure the Cypress
binary is always present before the tests begin.

### In Docker

If you are running long runs on Docker, you need to set the `ipc` to `host`
mode. [This issue](https://github.com/cypress-io/cypress/issues/350) describes
exactly what to do.

### Xvfb

When running on Linux, Cypress needs an X11 server; otherwise it spawns its own
Expand Down
Loading