1
0
mirror of https://github.com/mveril/qp-demo synced 2025-01-03 01:56:06 +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 docker ps -f ancestor="$1" -f "label=demo" -q | wc -l
} }
# Selected image # Selected image
image=scemama/qp2 image=qp2
# Time limit for the container in the format of the timeout command # Time limit for the container in the format of the timeout command
timeout=10m timeout=10m
# Number of container that running at the same time # Number of container that running at the same time