Documentation ¶
Overview ¶
Package dockerstream parses the log format output by Docker when streaming via its API.
See https://godoc.org/github.com/moby/moby/client#Client.ContainerLogs
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func New ¶
New creates a new instance of docker parser for a specific container. The given container ID is only used to generate error messages for invalid log data.
The returned parser handles log messages as provided by the log-streaming API. The format is documented at https://pkg.go.dev/github.com/moby/moby/client?utm_source=godoc#Client.ContainerLogs
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.