1
0
mirror of https://github.com/mveril/qp-demo synced 2024-07-03 01:46:00 +02:00

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

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