DockerAliases.

DockerImageLs(ICakeContext, DockerImageLsSettings) Method

Summary

List images given settings.
Assembly
Cake.Docker.dll
Namespace
Cake.Docker
Containing Type
DockerAliases

Syntax

public static IEnumerable<string> DockerImageLs(this ICakeContext context, DockerImageLsSettings settings)

Remarks

Return value are the lines from stdout. This method will redirect stdout and it won't be available for capture.

Attributes

Type Description
CakeMethodAliasAttribute

Parameters

Name Type Description
context ICakeContext The context.
settings DockerImageLsSettings The settings.

Return Value

Type Description
IEnumerable<string> Output text.