-
hi @jbaiter! I've built an image, but when i try to run it, i get this error:
am i starting it wrong? please advise. |
Beta Was this translation helpful? Give feedback.
Answered by
jbaiter
Jan 4, 2022
Replies: 1 comment 1 reply
-
This is caused by Puppeteer (which is used to generate the cover page PDF). |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
cgoines
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is caused by Puppeteer (which is used to generate the cover page PDF).
Have you checked out the troubleshooting doc from the error message?
You're most likely missing some permissions for Docker, maybe try adding
--cap-add=SYS_ADMIN
to your Docker command-line and see if that helps.