File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
spikes/testbench-yellowcab Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ CRATEDB_IMAGE=crate/crate:nightly
16
16
17
17
# 0. Define incantations.
18
18
crash=" docker run --interactive --rm --network=host ${CRATEDB_IMAGE} crash"
19
- cratedb_start=" docker run --detach --rm --publish=4200:4200 --publish=5432:5432 --health-cmd=\" curl http://localhost:4200\" --health-interval=1s --health-start-period=5s --name=${CONTAINER_NAME} ${CRATEDB_IMAGE} -Cdiscovery.type=single-node"
19
+ cratedb_start=" docker run --detach --rm --publish=4200:4200 --publish=5432:5432 --health-cmd=\" curl http://localhost:4200\" --health-interval=1s --health-start-period=5s --health-retries=15 -- name=${CONTAINER_NAME} ${CRATEDB_IMAGE} -Cdiscovery.type=single-node"
20
20
cratedb_stop=" docker stop ${CONTAINER_NAME} "
21
21
cratedb_status=" docker inspect -f {{.State.Health.Status}} ${CONTAINER_NAME} "
22
22
echo=$( which echo)
You can’t perform that action at this time.
0 commit comments