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
Runs docker volume create given settings.
Syntax
public static void DockerVolumeCreate(this ICakeContext context, DockerVolumeCreateSettings settings, string volume)
Attributes
Type |
Description |
CakeMethodAliasAttribute |
|
Parameters
Name |
Type |
Description |
context |
ICakeContext |
The context. |
settings |
DockerVolumeCreateSettings |
The settings. |
volume |
string |
Volume to create. |
Return Value