Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix issue #6134: Document how to use custom sandbox container with Docker #6257

Closed
wants to merge 1 commit into from

Conversation

openhands-agent
Copy link
Contributor

@openhands-agent openhands-agent commented Jan 14, 2025

This pull request fixes #6134.

The issue has been successfully resolved because:

  1. The original issue specifically requested documentation for using custom sandbox containers via Docker, which was missing from the guide
  2. The AI agent added a new "Using Docker" section that includes:
    • The complete Docker command with all required parameters exactly as specified in the issue
    • Explanations for how to specify custom images
    • Additional context about image compatibility
    • Important notes about macOS configuration requirements based on the thread context

The changes directly address the documentation gap identified in the issue by providing the missing Docker-specific instructions that were previously only available for the Development Workflow. The inclusion of the exact command syntax and supporting details ensures users have all necessary information to implement custom sandbox containers via Docker.

The solution is complete since this was purely a documentation issue and the requested content has been added in full, including the specific Docker command that was provided in the issue description.

Automatic fix generated by OpenHands 🙌


To run this PR locally, use the following command:

docker run -it --rm   -p 3000:3000   -v /var/run/docker.sock:/var/run/docker.sock   --add-host host.docker.internal:host-gateway   -e SANDBOX_RUNTIME_CONTAINER_IMAGE=docker.all-hands.dev/all-hands-ai/runtime:25817ee-nikolaik   --name openhands-app-25817ee   docker.all-hands.dev/all-hands-ai/openhands:25817ee

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.

Document how to use custom sandbox container with Docker
2 participants