Skip to content

Instantly share code, notes, and snippets.

@grampelberg
Forked from anonymous/gist:10b139796a8f4ed23a3e
Last active August 29, 2015 14:02
Show Gist options
  • Save grampelberg/8253487688d03316c948 to your computer and use it in GitHub Desktop.
Save grampelberg/8253487688d03316c948 to your computer and use it in GitHub Desktop.
{
"container": {
"image": "docker:///libmesos/ubuntu"
},
"id": "ubuntu",
"instances": "1",
"cpus": ".5",
"mem": "512",
"uris": [ ],
"cmd": "while true; do sleep 10; done"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment