Type alias Tcmode

Tcmode: "console" | "shell" | "tty"

Console mode. By default, the console command tries to open a connection to one of the available tty devices. By setting cmode to 'console' it tries to attach to /dev/console instead. If you set cmode to 'shell', it simply invokes a shell inside the container (no login).

Generated using TypeDoc