Containers
The container list groups by Compose project, filters by state, and searches by name, image or ID. Everything you can do to a container is reachable here.
Creating a container
Two paths, both from the Containers toolbar:
- New Container — the full
docker runsurface: image, name, command, port mappings, environment, volume binds, restart policy, TTY and auto-remove. On apple hosts it also offers a DNS domain. If the image is missing locally it offers to pull and retry. - Quick Run — an OrbStack-style fast path: pick a local image, optionally share a Mac folder, map a port, choose a DNS domain, and open it in the browser when ready.
The detail view
Select a container to open its detail tabs:
- Overview — state, address, ports, mounts, networks, config and environment.
- Logs — live streaming with search, follow toggle and export.
- Stats — live CPU, memory, network and I/O charts.
- Terminal — an interactive shell into the running container.
- Files — browse, download and upload files.
- Processes — a live
toptable. - Inspect — the raw JSON.
Actions
Start, stop, restart and kill from the toolbar; the overflow menu adds Rename, Commit to Image, Export Filesystem, Restart Policy, Copy ID and Copy as Prompt. Most actions are also on the right-click menu in the list and the menu bar.