mirror of https://github.com/docker/docs.git
Merge pull request #7735 from SvenDowideit/lxcconf-api-docs
Lxcconf api docs
This commit is contained in:
commit
5b6c25f751
|
@ -366,7 +366,7 @@ Start the container `id`
|
||||||
|
|
||||||
{
|
{
|
||||||
"Binds":["/tmp:/tmp"],
|
"Binds":["/tmp:/tmp"],
|
||||||
"LxcConf":{"lxc.utsname":"docker"},
|
"LxcConf":[{"Key":"lxc.utsname","Value":"docker"}],
|
||||||
"PortBindings":{ "22/tcp": [{ "HostPort": "11022" }] },
|
"PortBindings":{ "22/tcp": [{ "HostPort": "11022" }] },
|
||||||
"PublishAllPorts":false,
|
"PublishAllPorts":false,
|
||||||
"Privileged":false
|
"Privileged":false
|
||||||
|
|
|
@ -406,7 +406,7 @@ Start the container `id`
|
||||||
|
|
||||||
{
|
{
|
||||||
"Binds":["/tmp:/tmp"],
|
"Binds":["/tmp:/tmp"],
|
||||||
"LxcConf":{"lxc.utsname":"docker"},
|
"LxcConf":[{"Key":"lxc.utsname","Value":"docker"}],
|
||||||
"PortBindings":{ "22/tcp": [{ "HostPort": "11022" }] },
|
"PortBindings":{ "22/tcp": [{ "HostPort": "11022" }] },
|
||||||
"PublishAllPorts":false,
|
"PublishAllPorts":false,
|
||||||
"Privileged":false,
|
"Privileged":false,
|
||||||
|
|
|
@ -409,7 +409,7 @@ Start the container `id`
|
||||||
{
|
{
|
||||||
"Binds":["/tmp:/tmp"],
|
"Binds":["/tmp:/tmp"],
|
||||||
"Links":["redis3:redis"],
|
"Links":["redis3:redis"],
|
||||||
"LxcConf":{"lxc.utsname":"docker"},
|
"LxcConf":[{"Key":"lxc.utsname","Value":"docker"}],
|
||||||
"PortBindings":{ "22/tcp": [{ "HostPort": "11022" }] },
|
"PortBindings":{ "22/tcp": [{ "HostPort": "11022" }] },
|
||||||
"PublishAllPorts":false,
|
"PublishAllPorts":false,
|
||||||
"Privileged":false,
|
"Privileged":false,
|
||||||
|
|
|
@ -405,7 +405,7 @@ Start the container `id`
|
||||||
{
|
{
|
||||||
"Binds":["/tmp:/tmp"],
|
"Binds":["/tmp:/tmp"],
|
||||||
"Links":["redis3:redis"],
|
"Links":["redis3:redis"],
|
||||||
"LxcConf":{"lxc.utsname":"docker"},
|
"LxcConf":[{"Key":"lxc.utsname","Value":"docker"}],
|
||||||
"PortBindings":{ "22/tcp": [{ "HostPort": "11022" }] },
|
"PortBindings":{ "22/tcp": [{ "HostPort": "11022" }] },
|
||||||
"PublishAllPorts":false,
|
"PublishAllPorts":false,
|
||||||
"Privileged":false,
|
"Privileged":false,
|
||||||
|
|
|
@ -407,7 +407,7 @@ Start the container `id`
|
||||||
{
|
{
|
||||||
"Binds":["/tmp:/tmp"],
|
"Binds":["/tmp:/tmp"],
|
||||||
"Links":["redis3:redis"],
|
"Links":["redis3:redis"],
|
||||||
"LxcConf":{"lxc.utsname":"docker"},
|
"LxcConf":[{"Key":"lxc.utsname","Value":"docker"}],
|
||||||
"PortBindings":{ "22/tcp": [{ "HostPort": "11022" }] },
|
"PortBindings":{ "22/tcp": [{ "HostPort": "11022" }] },
|
||||||
"PublishAllPorts":false,
|
"PublishAllPorts":false,
|
||||||
"Privileged":false,
|
"Privileged":false,
|
||||||
|
|
|
@ -391,7 +391,7 @@ Start the container `id`
|
||||||
|
|
||||||
{
|
{
|
||||||
"Binds":["/tmp:/tmp"],
|
"Binds":["/tmp:/tmp"],
|
||||||
"LxcConf":{"lxc.utsname":"docker"},
|
"LxcConf":[{"Key":"lxc.utsname","Value":"docker"}],
|
||||||
"ContainerIDFile": "",
|
"ContainerIDFile": "",
|
||||||
"Privileged": false,
|
"Privileged": false,
|
||||||
"PortBindings": {"22/tcp": [{HostIp:"", HostPort:""}]},
|
"PortBindings": {"22/tcp": [{HostIp:"", HostPort:""}]},
|
||||||
|
|
|
@ -347,7 +347,7 @@ Start the container `id`
|
||||||
|
|
||||||
{
|
{
|
||||||
"Binds":["/tmp:/tmp"],
|
"Binds":["/tmp:/tmp"],
|
||||||
"LxcConf":{"lxc.utsname":"docker"},
|
"LxcConf":[{"Key":"lxc.utsname","Value":"docker"}],
|
||||||
"PortBindings":{ "22/tcp": [{ "HostPort": "11022" }] },
|
"PortBindings":{ "22/tcp": [{ "HostPort": "11022" }] },
|
||||||
"Privileged":false,
|
"Privileged":false,
|
||||||
"PublishAllPorts":false
|
"PublishAllPorts":false
|
||||||
|
|
|
@ -383,7 +383,7 @@ Start the container `id`
|
||||||
|
|
||||||
{
|
{
|
||||||
"Binds":["/tmp:/tmp"],
|
"Binds":["/tmp:/tmp"],
|
||||||
"LxcConf":{"lxc.utsname":"docker"},
|
"LxcConf":[{"Key":"lxc.utsname","Value":"docker"}],
|
||||||
"PortBindings":{ "22/tcp": [{ "HostPort": "11022" }] },
|
"PortBindings":{ "22/tcp": [{ "HostPort": "11022" }] },
|
||||||
"PublishAllPorts":false,
|
"PublishAllPorts":false,
|
||||||
"Privileged":false
|
"Privileged":false
|
||||||
|
|
|
@ -383,7 +383,7 @@ Start the container `id`
|
||||||
|
|
||||||
{
|
{
|
||||||
"Binds":["/tmp:/tmp"],
|
"Binds":["/tmp:/tmp"],
|
||||||
"LxcConf":{"lxc.utsname":"docker"},
|
"LxcConf":[{"Key":"lxc.utsname","Value":"docker"}],
|
||||||
"PortBindings":{ "22/tcp": [{ "HostPort": "11022" }] },
|
"PortBindings":{ "22/tcp": [{ "HostPort": "11022" }] },
|
||||||
"PublishAllPorts":false,
|
"PublishAllPorts":false,
|
||||||
"Privileged":false
|
"Privileged":false
|
||||||
|
|
Loading…
Reference in New Issue