19 lines
267 B
JSON
19 lines
267 B
JSON
{
|
|
"id": "php",
|
|
"desiredState": {
|
|
"manifest": {
|
|
"containers": [{
|
|
"image": "dockerfile/nginx",
|
|
"ports": [{
|
|
"containerPort": 80,
|
|
"hostPort": 8080
|
|
}]
|
|
}]
|
|
}
|
|
},
|
|
"labels": {
|
|
"name": "foo"
|
|
}
|
|
}
|
|
|