TaskSpecLogDriver

@Serializable
data class TaskSpecLogDriver(val name: String? = null, val options: Map<String, String>? = null)

Specifies the log driver to use for tasks created from this spec. If not present, the default one for the swarm will be used, finally falling back to the engine default if not specified.

Parameters

name
options

Constructors

Link copied to clipboard
constructor(name: String? = null, options: Map<String, String>? = null)

Properties

Link copied to clipboard
@SerialName(value = "Name")
val name: String?
Link copied to clipboard
@SerialName(value = "Options")
val options: Map<String, String>?