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:
parent
b5b51d11f9
commit
f748607898
2
run.sh
2
run.sh
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user