Package | Description |
---|---|
com.github.dockerjava.api.command | |
com.github.dockerjava.api.model | |
com.github.dockerjava.core.command |
Modifier and Type | Method and Description |
---|---|
LogConfig |
CreateContainerCmd.getLogConfig() |
Modifier and Type | Method and Description |
---|---|
CreateContainerCmd |
CreateContainerCmd.withLogConfig(LogConfig logConfig) |
Modifier and Type | Method and Description |
---|---|
LogConfig |
HostConfig.getLogConfig() |
LogConfig |
LogConfig.setConfig(Map<String,String> config) |
LogConfig |
LogConfig.setType(LogConfig.LoggingType type) |
Modifier and Type | Method and Description |
---|---|
void |
HostConfig.setLogConfig(LogConfig logConfig) |
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 |
---|---|
LogConfig |
CreateContainerCmdImpl.getLogConfig() |
Modifier and Type | Method and Description |
---|---|
CreateContainerCmd |
CreateContainerCmdImpl.withLogConfig(LogConfig logConfig) |
Copyright © 2016. All Rights Reserved.