TECHIO> terminal [OPTIONS]
This command opens a terminal on the Docker image that has been created during the run process.
-s, --shell <SHELL> specifies the shell to use to open the terminal. Default value: /bin/bash
-s, --shell <SHELL>
/bin/bash
-u, --user <USER> specifies the user to use when opening the terminal. Default value: root
-u, --user <USER>
root
-i, --init <COMMAND> specifies a command to execute when the terminal is launched
-i, --init <COMMAND>