DockerComposeCreateSettings.

NoRecreate Property

Summary

If containers already exist, don't recreate them. Incompatible with --force-recreate.
Assembly
Cake.Docker.dll
Namespace
Cake.Docker
Containing Type
DockerComposeCreateSettings

Syntax

public bool NoRecreate { get; set; }

Value

Type Description
bool