Skip to content

Instantly share code, notes, and snippets.

@gregory90
Created November 11, 2015 16:47
Show Gist options
  • Save gregory90/83a57756e2f3c5e461a4 to your computer and use it in GitHub Desktop.
Save gregory90/83a57756e2f3c5e461a4 to your computer and use it in GitHub Desktop.
{
"id": "inky",
"container": {
"docker": {
"image": "ubuntu:14.04"
},
"type": "DOCKER",
"volumes": []
},
"args": ["/bin/sh", "-c", "while sleep 2; do echo test; done;"],
"cpus": 0.2,
"mem": 32.0,
"instances": 1
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment