Allow running pre-built containers again

This commit is contained in:
Gerber, Mike 2020-08-25 16:38:22 +02:00
parent c5cd3f17e2
commit 3fb2d39d94
2 changed files with 15 additions and 6 deletions

6
run-docker-hub Executable file
View 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 "$@"