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

Ability to configure marathon start command #524

Closed IxDay closed 7 years ago

IxDay commented 7 years ago

Add a cmd entry to the Marathon configuration block, this entry is passed to the marathon container at starting time. The command is parsed into an array of string before passing it to the withCmd of docker-java. Support quoted and double quoted arguments.

Close: #509

frankscholten commented 7 years ago

LGTM

Thank you @IxDay!

Approved with PullApprove