Skip to content

Commit 8691e86

Browse files
committed
Additional changes to run the Coherence Docker test image on M1
1 parent be95796 commit 8691e86

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

bin/docker-utils.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ function coh_up() {
1616
if [[ -n "${CONTAINER_ID}" ]]; then
1717
docker start "${CONTAINER_ID}"
1818
else
19-
docker run -d -p 1408:1408 -p 5005:5005 --name "${CONTAINER_NAME}" -v \
19+
docker run -d -p 1408:1408 -p 5005:5005 -p 9999:9999 --name "${CONTAINER_NAME}" -v \
2020
"${ROOT}"/etc:/args "${IMAGE_NAME}"
2121
fi
2222
}

etc/jvm-args.txt

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
-Dcoherence.wka=0.0.0.0
1010
-Dcoherence.ttl=0
1111
-Dcoherence.cluster=test-cluster
12+
-Dcoherence.health.http.port=9999
1213
-Dcoherence.log.level=9
1314
-Dcoherence.io.json.debug=true
1415
"-Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=*:5005"

0 commit comments

Comments
 (0)