Skip to content

Commit f4a036a

Browse files
committed
explain reason for disabling sandbox
1 parent 51c0882 commit f4a036a

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ Instantiate the class, passing the path to the `chrome-pdf` binary if necessary,
1818

1919
The available options can be seen in the code. There is also functionality to handle a CSS-style declaring of margins to make input easier.
2020

21+
### Docker Support
22+
23+
In order to run chrome-pdf inside a Docker container, you will have to disable the sandbox feature by setting the `sandbox` option to `"false"` (string not boolean).
24+
2125
## Examples
2226

2327
### Laravel Example

0 commit comments

Comments
 (0)