zun/api-ref/source/samples/container-create-req.json
Feng Shengqin 5a7a613548 Add auto_remove to api-ref
Change-Id: Icc81502bc6f1d7b65b7c47661f9e07ad65c649d3
2017-09-18 06:50:41 +00:00

34 lines
710 B
JSON

{
"environment":{
"foo": "bar"
},
"labels":{
"app": "hello"
},
"image": "ubuntu",
"command": "/bin/sh -c 'echo hello'",
"name": "test",
"cpu": 2,
"memory": 500,
"workdir": "/home/ubuntu",
"image_pull_policy": "always",
"restart_policy":{
"Name": "no",
"MaximumRetryCount": 0
},
"interactive": "False",
"image_driver": "docker",
"security_groups": null,
"nets": [
{
"v4-fixed-ip": "",
"network": "",
"v6-fixed-ip": "",
"port": "890699a9-4690-4bd6-8b70-3a9c1be77ecb"
}
],
"runtime": "runc",
"hostname": "testhost",
"auto_remove": "False"
}