Skip to content

Conversation

Louis454545
Copy link

  • Add DockerComputer class with full container lifecycle management
  • Implement Docker CLI integration for local development
  • Add port mapping for VNC (6901) and API server (8000)
  • Support volume mounting for persistent storage and shared directories
  • Add container health checking and readiness detection
  • Create comprehensive Docker usage example
  • Add unit tests for DockerComputer (3 tests passing)
  • Update exports to include DockerComputer alongside CloudComputer
  • Maintain backward compatibility with existing Computer alias

This brings feature parity with the Python SDK, enabling both cloud and local Docker container support in TypeScript.

- Add DockerComputer class with full container lifecycle management
- Implement Docker CLI integration for local development
- Add port mapping for VNC (6901) and API server (8000)
- Support volume mounting for persistent storage and shared directories
- Add container health checking and readiness detection
- Create comprehensive Docker usage example
- Add unit tests for DockerComputer (3 tests passing)
- Update exports to include DockerComputer alongside CloudComputer
- Maintain backward compatibility with existing Computer alias

This brings feature parity with the Python SDK, enabling both cloud
and local Docker container support in TypeScript.
@f-trycua f-trycua requested a review from mdean808 October 6, 2025 00:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant