We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e683c08 commit 362b72cCopy full SHA for 362b72c
docs/docker/README.md
@@ -13,7 +13,7 @@ $ sudo docker build -t microsoft/playwright:bionic -f Dockerfile.bionic .
13
Running image:
14
15
```
16
-$ sudo docker container run -it --rm --security-opt seccomp=chrome.json microsoft/playwright /bin/bash
+$ sudo docker container run -it --rm --security-opt seccomp=chrome.json microsoft/playwright:bionic /bin/bash
17
18
19
> **NOTE**: The seccomp profile is coming from Jessie Frazelle. It's needed
0 commit comments