Overview
Container Workspace is controlled primarily through the web UI at http://HOST:9000. The same process serves the REST API and (when enabled) MCP at /mcp.
Typical first hour
- Pick an install path (Compose is the fastest for trying Docker images).
- Open the UI and complete first login.
- Enable modules you need under Settings → Options (Docker, Kubernetes, Brew, Proxy Manager default off on fresh installs).
- Install Docker Engine (and optionally desktop stack) from Softwares if you are on a container image that does not already include what you need.
- Connect an MCP client to
/mcpor a standaloneMCP_PORT— see MCP.
Architecture at a glance
- Binary name:
containerws(also linked ascws) - Config root (production):
/config/containerws(database, SSL, VNC sessions) - Persistence in Docker: bind or volume mount
/config; nested Docker data under/var/lib/docker - SSH: port 22 inside images (often published as host
2222)
Next: Requirements.