Skip to content

Commit 362b72c

Browse files
authored
docs(docker): fix tag in docker run command (#1694)
1 parent e683c08 commit 362b72c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docker/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ $ sudo docker build -t microsoft/playwright:bionic -f Dockerfile.bionic .
1313
Running image:
1414

1515
```
16-
$ sudo docker container run -it --rm --security-opt seccomp=chrome.json microsoft/playwright /bin/bash
16+
$ sudo docker container run -it --rm --security-opt seccomp=chrome.json microsoft/playwright:bionic /bin/bash
1717
```
1818

1919
> **NOTE**: The seccomp profile is coming from Jessie Frazelle. It's needed

0 commit comments

Comments
 (0)