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