Skip to content

Commit 455615b

Browse files
Merge pull request #980 from lightpanda-io/update-docker-readme
Update docker readme
2 parents b8fc60d + d0e2a03 commit 455615b

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Due to the nature of Playwright, a script that works with the current version of
4141

4242
## Quick start
4343

44-
### Install
44+
### Install
4545
**Install from the nightly builds**
4646

4747
You can download the last binary from the [nightly
@@ -71,9 +71,8 @@ Lightpanda provides [official Docker
7171
images](https://hub.docker.com/r/lightpanda/browser) for both Linux amd64 and
7272
arm64 architectures.
7373
The following command fetches the Docker image and starts a new container exposing Lightpanda's CDP server on port `9222`.
74-
The `--privileged` option is required because the browser requires `io_uring` syscalls which are blocked by default by Docker.
7574
```console
76-
docker run -d --name lightpanda -p 9222:9222 --privileged lightpanda/browser:nightly
75+
docker run -d --name lightpanda -p 9222:9222 lightpanda/browser:nightly
7776
```
7877

7978
### Dump a URL
@@ -155,8 +154,8 @@ Here are the key features we have implemented:
155154
- [x] Input form
156155
- [x] Cookies
157156
- [x] Custom HTTP headers
158-
- [ ] Proxy support
159-
- [ ] Network interception
157+
- [x] Proxy support
158+
- [ ] Network interception
160159

161160
NOTE: There are hundreds of Web APIs. Developing a browser (even just for headless mode) is a huge task. Coverage will increase over time.
162161

0 commit comments

Comments
 (0)