DockerAliases.

DockerVolumeInspect(ICakeContext, DockerVolumeInspectSettings, string[]) Method

Summary

Display detailed information on one or more volumes given settings.
Assembly
Cake.Docker.dll
Namespace
Cake.Docker
Containing Type
DockerAliases

Syntax

public static IEnumerable<string> DockerVolumeInspect(this ICakeContext context, DockerVolumeInspectSettings settings, string[] volumes)

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 DockerVolumeInspectSettings The settings.
volumes string[] Volumes

Return Value

Type Description
IEnumerable<string> Output text.