blob: efbb638cfa28247e10806732fd0516c8387c03b4 [file] [log] [blame]
{
"schemaVersion": "2.1",
"application": {
"name": "MYYCLOUD",
"components": [
{
"name": "YCLOUD1",
"type": "yarn_docker",
"dockerContainers": [
{
"name": "ycloud1",
"image": "ycloud-centos6:latest",
"startCommand": "ls",
"yarnContainerMountPoint": "null",
"ports": [
{
"containerPort": "8080",
"hostPort": "49160"
}
]
}
]
},
{
"name": "YCLOUD2",
"type": "yarn_docker",
"dockerContainers": [
{
"name": "ycloud2",
"image": "ycloud-centos6:latest",
"startCommand": "ls",
"yarnContainerMountPoint": "null",
"ports": [
{
"containerPort": "8080",
"hostPort": "49161"
}
]
}
]
}
]
}
}