ContainerSolutions / minimesos

The experimentation and testing tool for Apache Mesos - NO LONGER MAINTANED!
https://www.minimesos.org
Apache License 2.0
429 stars 61 forks source link

mesos agent port is not mapped #535

Closed tysonnorris closed 7 years ago

tysonnorris commented 7 years ago

I cannot access the agent via port 5051 on host (e.g. to browse the task sandbox via browser) since the agent port 5051 is not mapping in the mesos-agent container

frankscholten commented 7 years ago

@tysonnorris That is correct. We don't map the agent port because if you have multiple agents you will get a port collision.