Created
May 4, 2016 04:12
-
-
Save surdy/4afb550ba4bdc64f6facf366244f1ecd to your computer and use it in GitHub Desktop.
Minimal Marathon App Definitions
This file contains hidden or 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": "min-docker", | |
| "container": { | |
| "type": "DOCKER", | |
| "docker": { | |
| "image": "thomasr/sleep" | |
| } | |
| } | |
| } |
This file contains hidden or 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" : "min-app", | |
| "cmd" : "env" | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment