Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 627 Bytes

InspectLogConfig.md

File metadata and controls

22 lines (12 loc) · 627 Bytes

InspectLogConfig

InspectLogConfig holds information about a container's configured log driver

Properties

Name Type Description Notes
config Map<String, String> [optional]
path String Path specifies a path to the log file [optional]
size String Size specifies a maximum size of the container log [optional]
tag String Tag specifies a custom log tag for the container [optional]
type String [optional]

Implemented Interfaces

  • Serializable