1
0
mirror of https://github.com/mveril/qp-demo synced 2024-11-03 20:54:01 +01:00

Fix image name

This commit is contained in:
Mickaël Véril 2019-11-06 16:13:48 +01:00
parent b5b51d11f9
commit f748607898

2
run.sh
View File

@ -25,7 +25,7 @@ DockerCountCont() {
docker ps -f ancestor="$1" -f "label=demo" -q | wc -l
}
# Selected image
image=scemama/qp2
image=qp2
# Time limit for the container in the format of the timeout command
timeout=10m
# Number of container that running at the same time