4c524572af
Change-Id: Ib6df2694bff69cb18cb37f42e7aa7f4809b6ae6f Partial-Implements: bp zun-api-doc
18 lines
331 B
JSON
18 lines
331 B
JSON
{
|
|
"environment":{
|
|
},
|
|
"labels":{
|
|
},
|
|
"image": "cirros",
|
|
"command": "ping -c 4 8.8.8.8",
|
|
"name": "test",
|
|
"cpu": 2,
|
|
"memory": 500,
|
|
"workdir": null,
|
|
"image_pull_policy": null,
|
|
"restart_policy": null,
|
|
"interactive": "False",
|
|
"image_driver": "docker",
|
|
"security_groups": null
|
|
}
|