Skip to content

Commit

Permalink
this is a shell command
Browse files Browse the repository at this point in the history
  • Loading branch information
RLesur committed Dec 16, 2019
1 parent fb9cc08 commit 17bf797
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions inst/examples/index.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -154,9 +154,8 @@ If you intend to use `pagedown::chrome_print()` in a container running this imag

You have to use Jessie Frazelle's seccomp file for Chrome in Docker^[download here <https://raw.githubusercontent.com/jessfraz/dotfiles/master/etc/docker/seccomp/chrome.json>] as follows:

```
```bash
docker run -e PASSWORD=yourpassword --rm -p 8787:8787 --security-opt seccomp="$(pwd)/chrome.json" myimages/pagedown
```

With this seccomp file, you do not have to use the `"--no-sandbox"` option: this is much more secure!
Expand Down

0 comments on commit 17bf797

Please sign in to comment.