File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -454,19 +454,19 @@ jobs:
454
454
455
455
# ## Docker
456
456
457
- We have a [pre-built Docker image](./docker.md) which can either be used directly, or as a reference to update your existing Docker definitions.
457
+ We have a [pre-built Docker image](./docker.md) which can either be used directly or as a reference to update your existing Docker definitions.
458
458
459
459
Suggested configuration
460
460
1. Using `--ipc=host` is also recommended when using Chromium. Without it Chromium can run out of memory
461
- and crash. Learn more about this option in [Docker docs](https://docs.docker.com/engine/ reference/run/#ipc-settings--- ipc).
461
+ and crash. Learn more about this option in [Docker docs](https://docs.docker.com/reference/cli/docker/container/ run/#ipc).
462
462
1. Seeing other weird errors when launching Chromium? Try running your container
463
463
with `docker run --cap-add=SYS_ADMIN` when developing locally.
464
464
1. Using `--init` Docker flag or [dumb-init](https://github.com/Yelp/dumb-init) is recommended to avoid special
465
465
treatment for processes with PID=1. This is a common reason for zombie processes.
466
466
467
467
# ## Azure Pipelines
468
468
469
- For Windows or macOS agents, no additional configuration required, just install Playwright and run your tests.
469
+ For Windows or macOS agents, no additional configuration is required, just install Playwright and run your tests.
470
470
471
471
For Linux agents, you can use [our Docker container](./docker.md) with Azure
472
472
Pipelines support [running containerized
You can’t perform that action at this time.
0 commit comments