From 9aa65d90adbb3d2335e5793c7e86f51486c1bb9a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micka=C3=ABl=20V=C3=A9ril?= Date: Tue, 4 May 2021 17:05:55 +0200 Subject: [PATCH] Update image name in run.sh --- run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run.sh b/run.sh index ef4945a..4522047 100755 --- a/run.sh +++ b/run.sh @@ -25,7 +25,7 @@ DockerCountCont() { docker ps -f ancestor="$1" -f "label=demo" -q | wc -l } # Selected image -image=qp2 +image=mveril/qp_demo # Time limit for the container in the format of the timeout command timeout=10m # Number of container that running at the same time