update .openhands instructions (#5821)

This commit is contained in:
Robert Brennan
2024-12-26 13:15:49 -05:00
committed by GitHub
parent 32ee500c65
commit e2a25f1b31
55 changed files with 2353 additions and 858 deletions

View File

@@ -49,7 +49,7 @@ docker run -it --rm --pull=always \
-e SANDBOX_RUNTIME_CONTAINER_IMAGE=docker.all-hands.dev/all-hands-ai/runtime:0.17-nikolaik \
-e LOG_ALL_EVENTS=true \
-v /var/run/docker.sock:/var/run/docker.sock \
-v ~/.openhands:/home/openhands/.openhands \
-v ~/.openhands-state:/home/openhands/.openhands-state \
-p 3000:3000 \
--add-host host.docker.internal:host-gateway \
--name openhands-app \