We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 565112d commit 346dc2bCopy full SHA for 346dc2b
docker/start_controller.sh
@@ -259,6 +259,7 @@ docker run -d --init \
259
if [ "$(echo $?)" -eq 0 ]; then
260
echo "================================================="
261
[[ -n "$META_FOLDER" ]] && echo "mount $META_FOLDER to container: $CONTAINER_NAME"
262
+ echo "node.id=$NODE_ID"
263
echo "controller address: ${ADDRESS}:$CONTROLLER_PORT"
264
echo "jmx address: ${ADDRESS}:$CONTROLLER_JMX_PORT"
265
echo "exporter address: ${ADDRESS}:$EXPORTER_PORT"
0 commit comments