Skip to content

Commit b456ac5

Browse files
docs: update ci.md (#33815)
Signed-off-by: Tasawar Hussain <[email protected]>
1 parent b5bd543 commit b456ac5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/src/ci.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -454,19 +454,19 @@ jobs:
454454

455455
### Docker
456456

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.
458458

459459
Suggested configuration
460460
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).
462462
1. Seeing other weird errors when launching Chromium? Try running your container
463463
with `docker run --cap-add=SYS_ADMIN` when developing locally.
464464
1. Using `--init` Docker flag or [dumb-init](https://github.com/Yelp/dumb-init) is recommended to avoid special
465465
treatment for processes with PID=1. This is a common reason for zombie processes.
466466

467467
### Azure Pipelines
468468

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.
470470

471471
For Linux agents, you can use [our Docker container](./docker.md) with Azure
472472
Pipelines support [running containerized

0 commit comments

Comments
 (0)