create
command in MarinaBox CLI is used to create a new session in a secure and isolated sandbox environment. This command supports multiple environment types and additional configuration options.
--env-type
: Specifies the type of environment for the session. Supported values:
browser
: Creates a sandboxed browser environment.desktop
: Creates a sandboxed desktop environment.--tag
: (Optional) Assigns a custom tag to the session for easier identification.--kiosk
: (Optional) Launches Chrome in kiosk mode (browser environment only). Removes tab controls and runs in fullscreen.--initial-url
: (Optional) Specifies the initial URL to open when the browser starts (browser environment only).TestSession
.
env-type
is valid (browser
or desktop
).