mirror of
https://github.com/mveril/qp-demo
synced 2024-12-22 12:23:49 +01:00
Update image name in run.sh
This commit is contained in:
parent
35f6a627b8
commit
9aa65d90ad
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=qp2
|
image=mveril/qp_demo
|
||||||
# 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