Package | Description |
---|---|
com.github.dockerjava.api.command | |
com.github.dockerjava.api.model | |
com.github.dockerjava.core.command |
Modifier and Type | Method and Description |
---|---|
LxcConf[] |
CreateContainerCmd.getLxcConf() |
Modifier and Type | Method and Description |
---|---|
CreateContainerCmd |
CreateContainerCmd.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(Bind[] binds,
Link[] links,
LxcConf[] lxcConf,
LogConfig logConfig,
Ports portBindings,
boolean publishAllPorts,
boolean privileged,
boolean readonlyRootfs,
String[] dns,
String[] dnsSearch,
VolumesFrom[] volumesFrom,
String containerIDFile,
Capability[] capAdd,
Capability[] capDrop,
RestartPolicy restartPolicy,
String networkMode,
Device[] devices,
String[] extraHosts,
Ulimit[] ulimits,
String pidMode) |
Modifier and Type | Method and Description |
---|---|
LxcConf[] |
CreateContainerCmdImpl.getLxcConf() |
Modifier and Type | Method and Description |
---|---|
CreateContainerCmd |
CreateContainerCmdImpl.withLxcConf(LxcConf... lxcConf) |
Copyright © 2016. All Rights Reserved.