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

REST API - CLI interface #455

Closed frankscholten closed 7 years ago

frankscholten commented 8 years ago

For the REST API we will add 2 new commands

$ minimesos serve
minimesos API is running on http://172.17.1.2
$ minimesos start

These commands can be combined using

$ minimesos up

The serve command will create the API container and write the url inside the minimesos.cluster file. This file wil become a JSON state file.

{
  "clusterId": "1232111",
  "apiUrl": "http://172.17.1.2"
}
frankscholten commented 7 years ago

Closing for now