mirror of
https://github.com/qurator-spk/ocrd-galley.git
synced 2025-06-09 14:49:53 +02:00
🔧 Use docker, not podman
This commit is contained in:
parent
daed87566e
commit
001e62f54a
2 changed files with 2 additions and 2 deletions
2
build
2
build
|
@ -1,2 +1,2 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
podman build -t my_ocrd_workflow .
|
docker build -t my_ocrd_workflow .
|
||||||
|
|
2
run
2
run
|
@ -1,3 +1,3 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
# XXX Do not run privileged, use udica instead
|
# XXX Do not run privileged, use udica instead
|
||||||
podman run -it --rm --mount type=bind,src="$(pwd)",target=/data --privileged=true my_ocrd_workflow
|
docker run -it --rm --mount type=bind,src="$(pwd)",target=/data --privileged=true my_ocrd_workflow
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue