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
Save one or more images to a tar archive (streamed to STDOUT by default).
Syntax
public static void DockerSave(this ICakeContext context, DockerImageSaveSettings settings, params string[] images)
Attributes
Type |
Description |
CakeMethodAliasAttribute |
|
Parameters
Name |
Type |
Description |
context |
ICakeContext |
The context. |
settings |
DockerImageSaveSettings |
The settings. |
images |
string[] |
The list of images. |
Return Value