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
Removes an array of images using the give settings.
Syntax
public static void DockerRemove(this ICakeContext context, DockerImageRemoveSettings settings, params string[] images)
Attributes
Type |
Description |
CakeMethodAliasAttribute |
|
Parameters
Name |
Type |
Description |
context |
ICakeContext |
The context. |
settings |
DockerImageRemoveSettings |
The settings. |
images |
string[] |
The list of images. |
Return Value