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¶
- Click Create Container
- Configure:
- Name - Container name
- Language - Python, Node.js, Bash, Go, or Rust
- Memory - Memory in GB
- CPU - CPU in vCPU
- 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:
- Write or paste code in the editor
- Select the language
- Execute and view results (stdout, stderr, exit code)
Terminal¶
Open an interactive shell session directly in the browser.