5a7a613548
Change-Id: Icc81502bc6f1d7b65b7c47661f9e07ad65c649d3
34 lines
710 B
JSON
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"
|
|
}
|