pseudoTerminal property
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;
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.
final bool? pseudoTerminal;