diff --git a/inst/examples/index.Rmd b/inst/examples/index.Rmd index 328a2869..0784a03f 100644 --- a/inst/examples/index.Rmd +++ b/inst/examples/index.Rmd @@ -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 ] 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!