|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LxcConf | |
---|---|
com.github.dockerjava.api.command | |
com.github.dockerjava.api.model | |
com.github.dockerjava.core.command |
Uses of LxcConf in com.github.dockerjava.api.command |
---|
Methods in com.github.dockerjava.api.command that return LxcConf | |
---|---|
LxcConf[] |
StartContainerCmd.getLxcConf()
|
Methods in com.github.dockerjava.api.command with parameters of type LxcConf | |
---|---|
StartContainerCmd |
StartContainerCmd.withLxcConf(LxcConf... lxcConf)
|
Uses of LxcConf in com.github.dockerjava.api.model |
---|
Methods in com.github.dockerjava.api.model that return LxcConf | |
---|---|
LxcConf[] |
HostConfig.getLxcConf()
|
LxcConf |
LxcConf.setKey(String key)
|
LxcConf |
LxcConf.setValue(String value)
|
Methods in com.github.dockerjava.api.model with parameters of type LxcConf | |
---|---|
void |
HostConfig.setLxcConf(LxcConf[] lxcConf)
|
Constructors in com.github.dockerjava.api.model with parameters of type LxcConf | |
---|---|
HostConfig(String[] binds,
Links links,
LxcConf[] lxcConf,
Ports portBindings,
boolean publishAllPorts,
boolean privileged,
String[] dns,
String[] dnsSearch,
String[] volumesFrom,
String containerIDFile,
Capability[] capAdd,
Capability[] capDrop,
RestartPolicy restartPolicy,
String networkMode,
Device[] devices)
|
Uses of LxcConf in com.github.dockerjava.core.command |
---|
Methods in com.github.dockerjava.core.command that return LxcConf | |
---|---|
LxcConf[] |
StartContainerCmdImpl.getLxcConf()
|
Methods in com.github.dockerjava.core.command with parameters of type LxcConf | |
---|---|
StartContainerCmd |
StartContainerCmdImpl.withLxcConf(LxcConf... lxcConf)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |