diff --git a/docker_run_net.sh b/docker_run_net.sh index 00ccb3b..30eae26 100755 --- a/docker_run_net.sh +++ b/docker_run_net.sh @@ -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 \