# Functions
GetPort returns the port of a container.
TailContainerLogs tails the logs of a container and outputs them to a processlog file.
ValidateOptions validates the options for the TailContainerLogs function.
WithCallback sets the callback function for the TailContainerLogs function.
WithContext sets the context for the TailContainerLogs function.
WithFollow sets the Follow option for the TailContainerLogs function.
WithPool sets the pool for the TailContainerLogs function.
WithProcessLogOptions sets the process log options for the TailContainerLogs function.
WithRawTerminal sets the RawTerminal option for the TailContainerLogs function.
WithResource sets the resource for the TailContainerLogs function.
WithSince sets the Since option for the TailContainerLogs function.
WithStderr sets the Stderr option for the TailContainerLogs function.
WithStdout sets the Stdout option for the TailContainerLogs function.
WithTimestamps sets the Timestamps option for the TailContainerLogs function.