ocrd-galley/run

15 lines
426 B
Text
Raw Normal View History

2019-06-24 16:36:19 +02:00
#!/bin/sh
# Run the my_ocrd_workflow container on the current workspace
# The container currently needs to run privileged to allow it to read from e.g.
# /home on SELinux secured systems such as Fedora. We might want to use udica
# instead in the future.
docker run --privileged=true --rm -t \
\
--user `id -u`:`id -g` \
--mount type=bind,src="$(pwd)",target=/data \
\
-e LOG_LEVEL=$LOG_LEVEL \
my_ocrd_workflow