From 80fe167646def80be16f965ba6c7436f0151231b Mon Sep 17 00:00:00 2001 From: Pierre Tachoire Date: Mon, 7 Jul 2025 17:00:54 -0700 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4842a919..8c3ecc9e 100644 --- a/README.md +++ b/README.md @@ -72,8 +72,8 @@ images](https://hub.docker.com/r/lightpanda/browser) for both Linux amd64 and arm64 architectures. 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. -```sh copy -$ docker run -d --name lightpanda -p 9222:9222 --privileged lightpanda/browser:nightly +```console +docker run -d --name lightpanda -p 9222:9222 --privileged lightpanda/browser:nightly ``` ### Dump a URL