Create
Launch an interactive CLI-based terminal console session inside an ephemeral container
tapit run 'bash' [local|memory|cpu|docker_tag|image|max_hours|ephemeral_storage_gb]=value
Arguments
- ‘bash’ - The shell or command to open in the container
Parameters
local: Run the session locally instead of in the cloud (local dev only)memory: Memory allocation in GBcpu: CPU allocation in vCPUsdocker_tag: Docker image tag to useimage: Custom Docker image URI to usemax_hours: Maximum session duration in hoursephemeral_storage_gb: Ephemeral storage size in GB (default: 20)