Adding tipport comments

This commit is contained in:
stephb9959
2021-02-08 23:08:19 -08:00
parent ea1ebe0622
commit 971fcc8058

View File

@@ -53,6 +53,12 @@ HOSTNAMES="--add-host mgr.owls.net:172.21.10.2 --add-host node1.owls.net:172.21.
# To run a script, please replace the host line with this one in your manager section
#
# -e ERL_NODE_NAME="mgr@mgr.owls.net" -e ERL_OPTIONS="-noshell -noinput -tipauth 1 -tipapi $TIP_API_HOST -sim $SIM_SCRIPT " -e ERL_NODE_TYPE="manager" \
#
# If you are running the microk8s version of TIP, you must tell OWLS about the port to use for the API endpoint. The default is port 9051
# add the following "-tipport 9051" to the other options in your docker run manager section
#
# -e ERL_NODE_NAME="mgr@mgr.owls.net" -e ERL_OPTIONS="-noshell -noinput -tipauth 1 -tipapi $TIP_API_HOST -tipport 9051 -sim $SIM_SCRIPT " -e ERL_NODE_TYPE="manager" \
#
#start manager node
docker run -d -p 9091:9090 --init \