Skip to content

Instantly share code, notes, and snippets.

@deedubs
Created October 8, 2015 15:30
Show Gist options
  • Save deedubs/a094081424f12fca6dc8 to your computer and use it in GitHub Desktop.
Save deedubs/a094081424f12fca6dc8 to your computer and use it in GitHub Desktop.
Example marathon snipplet
"ports": [
30004
],
"cmd": "npm run entry",
"container": {
"docker": {
"network": "BRIDGE",
"image": "quay.io/...",
"portMappings": [
{ "containerPort": 8080, "hostPort": 30004 }
]
},
"type": "DOCKER"
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment