5a7a613548
Change-Id: Icc81502bc6f1d7b65b7c47661f9e07ad65c649d3
41 lines
1.1 KiB
JSON
41 lines
1.1 KiB
JSON
{
|
|
"addresses": null,
|
|
"links": [{
|
|
"href": "http://openstack.example.com/v1/containers/b0694d40-70af-4488-b104-10f66b593347",
|
|
"rel": "self"
|
|
},
|
|
{"href": "http://openstack.example.com/containers/b0694d40-70af-4488-b104-10f66b593347", "rel": "bookmark"}
|
|
],
|
|
"image": "ubuntu",
|
|
"labels": {
|
|
"app": "hello"
|
|
},
|
|
"security_groups": null,
|
|
"image_pull_policy": "always",
|
|
"uuid": "b0694d40-70af-4488-b104-10f66b593347",
|
|
"hostname": null,
|
|
"environment": {
|
|
"foo": "bar"
|
|
},
|
|
"memory": "500M",
|
|
"status": "Creating",
|
|
"workdir": "/home/ubuntu",
|
|
"status_detail": null,
|
|
"host": null,
|
|
"image_driver": "docker",
|
|
"task_state": null,
|
|
"status_reason": null,
|
|
"name": "test",
|
|
"restart_policy": {
|
|
"MaximumRetryCount": "0",
|
|
"Name": "no"
|
|
},
|
|
"ports": null,
|
|
"command": "/bin/sh -c 'echo hello'",
|
|
"cpu": 2.0,
|
|
"interactive": false,
|
|
"runtime": "runc",
|
|
"hostname": "testhost",
|
|
"auto_remove": "False"
|
|
}
|