ExecStartConfig

interface ExecStartConfig {
    Detach?: boolean;
    Tty?: boolean;
}

Properties

Properties

Detach?: boolean

Detach from the command.

Tty?: boolean

Allocate a pseudo-TTY.