Skip to content

Instantly share code, notes, and snippets.

@frntn
Last active August 29, 2015 14:19
Show Gist options
  • Save frntn/c60fc68f0de8f8fd7d62 to your computer and use it in GitHub Desktop.
Save frntn/c60fc68f0de8f8fd7d62 to your computer and use it in GitHub Desktop.
<!-- http POST data with cli -->
{
"HostConfig": {
"RestartPolicy": {
"MaximumRetryCount": 0,
"Name": ""
},
"NetworkMode": "bridge",
"SecurityOpt": null,
"VolumesFrom": null,
"DnsSearch": null,
"Binds": [
"/data/neobalancer/etc/haproxy/haproxy.cfg:/etc/haproxy/haproxy.cfg"
],
"ContainerIDFile": "",
"LxcConf": [],
"Privileged": false,
"PortBindings": {
"443/tcp": [
{
"HostPort": "443",
"HostIp": ""
}
]
},
"Links": null,
"PublishAllPorts": false,
"Dns": null
},
"OnBuild": null,
"NetworkDisabled": false,
"Entrypoint": null,
"WorkingDir": "",
"Volumes": {},
"Labels": null,
"Image": "ekino/haproxy:base",
"Cmd": null,
"AttachStdin": false,
"Cpuset": "",
"CpuShares": 0,
"MemorySwap": 0,
"Memory": 0,
"User": "",
"Domainname": "",
"Hostname": "",
"AttachStdout": true,
"AttachStderr": true,
"PortSpecs": null,
"ExposedPorts": {
"443/tcp": {}
},
"Tty": false,
"OpenStdin": false,
"StdinOnce": false,
"Env": []
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment