-
-
Save gregory90/83a57756e2f3c5e461a4 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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