14 lines
245 B
JSON
14 lines
245 B
JSON
{
|
|
"id": "mesos-marathon-demo",
|
|
"container": {
|
|
"type": "DOCKER",
|
|
"docker": {
|
|
"image": "",
|
|
"network": "BRIDGE",
|
|
"portMappings": [
|
|
{ "containerPort": 8082, "hostPort": 0 }
|
|
]
|
|
},
|
|
"volumes": []
|
|
}
|
|
} |