Skip to content

Commit

Permalink
add welcome screen
Browse files Browse the repository at this point in the history
  • Loading branch information
masloffvs committed May 23, 2024
1 parent 9f57ba3 commit b161e20
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,12 @@ docker run \
--hostname $CONTAINER_NAME \
--name $CONTAINER_NAME treepath

echo "Container '$CONTAINER_NAME' started."
echo "Container '$CONTAINER_NAME' started."

echo "Happy TreePathing!"
echo """Congratulations, TreePath is up and running and ready to receive your traffic!
What's next?
- Connect all the containers you want TreePath to access to the 'datahub' network. It was created automatically
- All! Each change to the routes.trp file will automatically create Nginx configurations for your containers
"""

0 comments on commit b161e20

Please sign in to comment.