docs(docker): fix tag in docker run command (#1694)

This commit is contained in:
Arjun Attam 2020-04-07 11:21:42 -07:00 committed by GitHub
parent e683c086de
commit 362b72cf9d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,7 +13,7 @@ $ sudo docker build -t microsoft/playwright:bionic -f Dockerfile.bionic .
Running image:
```
$ 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
```
> **NOTE**: The seccomp profile is coming from Jessie Frazelle. It's needed