Skip to content

Containers (Console)

Manage ephemeral containers from the web dashboard.

Overview

The containers page shows stats (Total, Running, Stopped, Total Ports) and a searchable table of containers.

Creating a Container

  1. Click Create Container
  2. Configure:
    • Name - Container name
    • Language - Python, Node.js, Bash, Go, or Rust
    • Memory - Memory in GB
    • CPU - CPU in vCPU
  3. Click Create

Managing Containers

Action Description
Start Start a stopped container
Stop Stop a running container
Delete Delete the container
Execute Code Run code inside the container
Terminal Open an interactive shell
Network Attach to additional networks
Expose Port Expose a port with optional subdomain

Code Execution

The Execute Code dialog lets you:

  1. Write or paste code in the editor
  2. Select the language
  3. Execute and view results (stdout, stderr, exit code)

Terminal

Open an interactive shell session directly in the browser.