DockerComposeDownSettings.

Rmi Property

Summary

Remove images. Type must be one of: 'all': Remove all images used by any service. 'local': Remove only images that don't have a custom tag set by the `image` field.
Assembly
Cake.Docker.dll
Namespace
Cake.Docker
Containing Type
DockerComposeDownSettings

Syntax

public string Rmi { get; set; }

Remarks

Can use DockerComposeDownRmiType constants.

Value

Type Description
string