ExecStartConfig

constructor(detach: Boolean? = null, tty: Boolean? = null, consoleSize: List<Int>? = null)

Parameters

detach

Detach from the command.

tty

Allocate a pseudo-TTY.

consoleSize

Initial console size, as an [height, width] array.