DockerComposeCreateSettings.

ForceRecreate Property

Summary

Recreate containers even if their configuration and image haven't changed. Incompatible with --no-recreate.
Assembly
Cake.Docker.dll
Namespace
Cake.Docker
Containing Type
DockerComposeCreateSettings

Syntax

public bool ForceRecreate { get; set; }

Value

Type Description
bool