Uses of Interface
org.mandas.docker.client.messages.LogConfig
-
Packages that use LogConfig Package Description org.mandas.docker.client.messages -
-
Uses of LogConfig in org.mandas.docker.client.messages
Methods in org.mandas.docker.client.messages that return LogConfig Modifier and Type Method Description LogConfigLogConfig.Builder. build()static LogConfigLogConfig. create(String logType)static LogConfigLogConfig. create(String logType, Map<String,String> logOptions)LogConfigHostConfig. logConfig()Methods in org.mandas.docker.client.messages with parameters of type LogConfig Modifier and Type Method Description HostConfig.BuilderHostConfig.Builder. logConfig(LogConfig logConfig)
-