DockerComposeExecSettings.

DisablePseudoTTYAllocation Property

Summary

-T 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> DisablePseudoTTYAllocation { get; set; }

Attributes

Type Description
AutoPropertyAttribute

Value

Type Description
Nullable<bool>