From 51a2ccc224961907bf608e5a45fb9efd85d5f890 Mon Sep 17 00:00:00 2001 From: "Gerber, Mike" Date: Mon, 24 Jun 2019 17:36:06 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=B9=20Remove=20container=20after=20run?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- run | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run b/run index 996578b..8f2a33b 100755 --- a/run +++ b/run @@ -1,2 +1,2 @@ #!/bin/sh -podman run -it --mount type=bind,src="$(pwd)",target=/data --privileged=true my_ocrd_workflow +podman run -it --rm --mount type=bind,src="$(pwd)",target=/data --privileged=true my_ocrd_workflow