Skip to content

Instantly share code, notes, and snippets.

@hausdorff
Created April 10, 2015 16:52
Show Gist options
  • Select an option

  • Save hausdorff/3280f285f1ff8e2268d1 to your computer and use it in GitHub Desktop.

Select an option

Save hausdorff/3280f285f1ff8e2268d1 to your computer and use it in GitHub Desktop.
{
"container": {
"type": "DOCKER",
"docker": {
"image": "libmesos/ubuntu"
}
},
"id": "aclemmer-app",
"instances": 1,
"cpus": 0.5,
"mem": 512,
"uris": [],
"cmd": "while sleep 10; do date -u +%T; done"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment