Package | Description |
---|---|
com.github.dockerjava.api.command | |
com.github.dockerjava.api.model | |
com.github.dockerjava.core.command |
Modifier and Type | Method and Description |
---|---|
LxcConf[] |
StartContainerCmd.getLxcConf() |
Modifier and Type | Method and Description |
---|---|
StartContainerCmd |
StartContainerCmd.withLxcConf(LxcConf... lxcConf) |
Modifier and Type | Method and Description |
---|---|
LxcConf[] |
HostConfig.getLxcConf() |
LxcConf |
LxcConf.setKey(String key) |
LxcConf |
LxcConf.setValue(String value) |
Modifier and Type | Method and Description |
---|---|
void |
HostConfig.setLxcConf(LxcConf[] lxcConf) |
Constructor and Description |
---|
HostConfig(String[] binds,
Links links,
LxcConf[] lxcConf,
Ports portBindings,
boolean publishAllPorts,
boolean privileged,
String[] dns,
String[] dnsSearch,
VolumesFrom[] volumesFrom,
String containerIDFile,
Capability[] capAdd,
Capability[] capDrop,
RestartPolicy restartPolicy,
String networkMode,
Device[] devices) |
Modifier and Type | Method and Description |
---|---|
LxcConf[] |
StartContainerCmdImpl.getLxcConf() |
Modifier and Type | Method and Description |
---|---|
StartContainerCmd |
StartContainerCmdImpl.withLxcConf(LxcConf... lxcConf) |
Copyright © 2015. All Rights Reserved.