mirror of
https://github.com/qurator-spk/ocrd-galley.git
synced 2025-06-09 14:49:53 +02:00
✨ Allow running pre-built containers again
This commit is contained in:
parent
c5cd3f17e2
commit
3fb2d39d94
2 changed files with 15 additions and 6 deletions
6
run-docker-hub
Executable file
6
run-docker-hub
Executable file
|
@ -0,0 +1,6 @@
|
|||
#!/bin/sh
|
||||
# Run the my_ocrd_workflow containers on the current workspace
|
||||
|
||||
DOCKER_IMAGE_PREFIX=mikegerber/my_ocrd_workflow \
|
||||
DOCKER_IMAGE_TAG=stable \
|
||||
`dirname $0`/run "$@"
|
Loading…
Add table
Add a link
Reference in a new issue