mirror of
https://github.com/lightpanda-io/browser.git
synced 2025-10-29 15:13:28 +00:00
README: --privileged is not needed anymore
This commit is contained in:
@@ -71,9 +71,8 @@ Lightpanda provides [official Docker
|
|||||||
images](https://hub.docker.com/r/lightpanda/browser) for both Linux amd64 and
|
images](https://hub.docker.com/r/lightpanda/browser) for both Linux amd64 and
|
||||||
arm64 architectures.
|
arm64 architectures.
|
||||||
The following command fetches the Docker image and starts a new container exposing Lightpanda's CDP server on port `9222`.
|
The following command fetches the Docker image and starts a new container exposing Lightpanda's CDP server on port `9222`.
|
||||||
The `--privileged` option is required because the browser requires `io_uring` syscalls which are blocked by default by Docker.
|
|
||||||
```console
|
```console
|
||||||
docker run -d --name lightpanda -p 9222:9222 --privileged lightpanda/browser:nightly
|
docker run -d --name lightpanda -p 9222:9222 lightpanda/browser:nightly
|
||||||
```
|
```
|
||||||
|
|
||||||
### Dump a URL
|
### Dump a URL
|
||||||
|
|||||||
Reference in New Issue
Block a user