Allow arara to run in docker #3431
Unanswered
AlexandreBossard
asked this question in
Q&A
Replies: 1 comment
-
I assume this would be achieved by adding the respective files in /scripts. Can you confirm this @James-Yu?
#!/bin/sh
docker run -i --rm -w "$(pwd)" -v "$(pwd):$(pwd)" $LATEXWORKSHOP_DOCKER_LATEX arara "$@"
@docker run -i --rm -w /data -v "%cd%:/data" %LATEXWORKSHOP_DOCKER_LATEX% arara %* I would be happy to make a PR. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've used this extension and its docker feature (Not using remote - container extension) with
latexmk
wihout any issues. I'm willing to replacelatexmk
byarara
but the Workshop extension is not allowingarara
to run in a dockerWill it be possible to add arara to the allowed command ?
Beta Was this translation helpful? Give feedback.
All reactions