View Spark UI - TheLadders/pipeline GitHub Wiki
The IP of your Docker Container is as follows
macosx-laptop$ docker-machine ip pipelinebythebay
On Linux just use localhost.
Apache Spark Master Admin Web UI
macosx-laptop$ open http://<ip-from-above>:36060
Apache Spark Worker Admin Web UI
macosx-laptop$ open http://<ip-from-above>:36061