pseudoTerminal property

bool? pseudoTerminal
final

When this parameter is true, a TTY is allocated. This parameter maps to Tty in the Create a container section of the Docker Remote API and the --tty option to docker run.

Implementation

final bool? pseudoTerminal;