Closed raven42 closed 7 months ago
Seeing errors due to file permissions on linux when pandoc.useDocker enabled.
pandoc.useDocker
stderr: pandoc: file.html: openFile: permission denied (Permission denied) exec error: Error: Command failed: docker run --rm -v "/home/user/path:/data" pandoc/latex:latest "file.md" -o "file.html" pandoc: file.html: openFile: permission denied (Permission denied)
This is due to the docker image using a default user:group when attempting to write the output file. Having the ability to add docker options will help correct this so the appropriate user:group can be passed into the docker run command.
Seeing errors due to file permissions on linux when
pandoc.useDocker
enabled.This is due to the docker image using a default user:group when attempting to write the output file. Having the ability to add docker options will help correct this so the appropriate user:group can be passed into the docker run command.