This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see
Cake.Docker.
Summary
Logs container using the given settings.
Syntax
public static IEnumerable<string> DockerLogs(this ICakeContext context, DockerContainerLogsSettings settings, string container)
Attributes
Type |
Description |
CakeMethodAliasAttribute |
|
Parameters
Name |
Type |
Description |
context |
ICakeContext |
The context. |
settings |
DockerContainerLogsSettings |
The settings. |
container |
string |
The list of containers. |
Return Value
Type |
Description |
IEnumerable<string> |
|