Update image name in run.sh

This commit is contained in:
Mickaël Véril 2021-05-04 17:05:55 +02:00
parent 35f6a627b8
commit 9aa65d90ad
1 changed files with 1 additions and 1 deletions

2
run.sh
View File

@ -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