ContainerSolutions / minimesos

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

mixing --debug and exposePorts #370

Closed sadovnikov closed 8 years ago

sadovnikov commented 8 years ago

the if [ "$#" -gt 0 -a "$1" = up ]; then line in bin/minimesos fails, when user executes ./bin/minimesos --debug up

sashkachan commented 8 years ago

There are two issues here:

frankscholten commented 8 years ago

@alex-glv Is this still relevant? The code you are pointing to has changed

frankscholten commented 8 years ago

No longer relevant since code has changed since then.