DockerComposeExecSettings.

NoTTY Property

Summary

compose exec Disable pseudo-TTY allocation. By default docker compose exec allocates a TTY.
Assembly
Cake.Docker.dll
Namespace
Cake.Docker
Containing Type
DockerComposeExecSettings

Syntax

public Nullable<bool> NoTTY { get; set; }

Value

Type Description
Nullable<bool>