-
Notifications
You must be signed in to change notification settings - Fork 28
Features Containers
The Containers page is the main workload surface.
- Personalized Liquid Glass cards show status, image, command, resource highlights, and local-only appearance choices.
- Card personalization can be set per container or inherited from image styling.
- Local tint, nickname, icon, and card background are not written back to container labels.
- Cards expose full-card hit targets plus context actions for lifecycle and edit operations.
Container actions route through the shared app model and container CLI:
- start
- stop
- restart
- delete
- refresh
- edit
- update image when an image update is available
The app serializes refreshes around lifecycle actions so a user action and the
background polling tick do not fight over list and stats.
Expanded container detail surfaces include:
- Overview
- Logs
- Terminal
- Stats
- History
- Files
- Inspect
Expanded views use the same toolbar safe-area contract as morph panels, clearing top and bottom toolbar bands when the experimental toolbar is visible.
container has no native restart policy or healthcheck. Contained stores
restart intent and health probes as app-managed state, runs probes itself, and
records events in Activity/History.
Container edit opens the same Run / Edit Form used for new containers. Toolbar panel navigation opens it in the Creation Workflow morph; classic routing opens the same form state as a sheet.
Contained — source-available under PolyForm Noncommercial 1.0.0. Free for non-commercial use.