Modifier and Type | Method and Description |
---|---|
static FireLensLogDriver.Builder |
FireLensLogDriver.Builder.create() |
FireLensLogDriver.Builder |
FireLensLogDriver.Builder.env(List<String> env)
The env option takes an array of keys.
|
FireLensLogDriver.Builder |
FireLensLogDriver.Builder.envRegex(String envRegex)
The env-regex option is similar to and compatible with env.
|
FireLensLogDriver.Builder |
FireLensLogDriver.Builder.labels(List<String> labels)
The labels option takes an array of keys.
|
FireLensLogDriver.Builder |
FireLensLogDriver.Builder.options(Map<String,String> options)
The configuration options to send to the log driver.
|
FireLensLogDriver.Builder |
FireLensLogDriver.Builder.secretOptions(Map<String,? extends Secret> secretOptions)
The secrets to pass to the log configuration.
|
FireLensLogDriver.Builder |
FireLensLogDriver.Builder.tag(String tag)
By default, Docker uses the first 12 characters of the container ID to tag log messages.
|
Copyright © 2021. All rights reserved.