docker-mesos icon indicating copy to clipboard operation
docker-mesos copied to clipboard

A distributed computing cluster-in-a-box: Mesos, zookeeper, chronos, marathon, storm + add your own. Use other physical computers to add computation power to the cluster.

Results 2 docker-mesos issues
Sort by recently updated
recently updated
newest added

Any clue? ``` curl -X POST -H "Accept: application/json" -H "Content-Type: application/json" \ localdocker:18080/v2/apps -d ' { "id": "inky", "container": { "docker": { "image": "mesosphere/inky" }, "type": "DOCKER", "volumes": []...