Skip to content

Instantly share code, notes, and snippets.

@surdy
Created May 4, 2016 04:12
Show Gist options
  • Select an option

  • Save surdy/4afb550ba4bdc64f6facf366244f1ecd to your computer and use it in GitHub Desktop.

Select an option

Save surdy/4afb550ba4bdc64f6facf366244f1ecd to your computer and use it in GitHub Desktop.
Minimal Marathon App Definitions
{
"id": "min-docker",
"container": {
"type": "DOCKER",
"docker": {
"image": "thomasr/sleep"
}
}
}
{
"id" : "min-app",
"cmd" : "env"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment