I installed boot2docker on my Mac and I use docker-compose to create a spark cluster. Everething works fine: i run boot2docker and I create 1 spark master node and 3 spark worker node.
I connect to the spark master's web UI and I can see the 3 worker node.
Now my question is: how can I connect to the workers' web UI?
My Mac does not connect via http to the workers'web UI nodes, using the worker id link in the master's web UI page.