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

minimesos up came across issue: #525

Closed xiaods closed 7 years ago

xiaods commented 7 years ago
$ minimesos up
Failed to run command 'up'. driver failed programming external connectivity on endpoint minimesos-master-2983999164-2238575492 (b1bc52e00868570fb10660127f9f6d947bd46e581ecb0738634fcfbe7aa0b36c): Error starting userland proxy: Bind for 0.0.0.0:5050 failed: port is already allocated

anyone come across it? docker for mac environment

frankscholten commented 7 years ago

Perhaps you are running multiple minimesos clusters? In that case you get a port collision since both clusters want to use port 5050 on the VM.

xiaods commented 7 years ago

Ooops, let me check.