mirror of
https://github.com/getcompanion-ai/computer-guest.git
synced 2026-04-15 17:00:57 +00:00
16 lines
462 B
Markdown
16 lines
462 B
Markdown
computer-guest is the thin dev-tool packed docker image that runs on all
|
|
agentcomputer.ai machines by default
|
|
|
|
### Expected Ports
|
|
|
|
- `2222` for SSH
|
|
- `6080` for browser VNC
|
|
|
|
### Runtime
|
|
|
|
The guest is expected to boot from a normal Firecracker kernel plus rootfs and
|
|
start through a small custom init script running on PID 1 responsible for:
|
|
|
|
- bringing up guest networking
|
|
- starting SSH and desktop services
|
|
- staying alive as the runtime supervisor for the VM
|