Fix CLI mode docs (#8869)

This commit is contained in:
mamoodi
2025-06-03 11:14:32 -04:00
committed by GitHub
parent a5f5bceed6
commit 9b9a639ea9

View File

@@ -41,7 +41,7 @@ docker run -it \
--add-host host.docker.internal:host-gateway \
--name openhands-app-$(date +%Y%m%d%H%M%S) \
docker.all-hands.dev/all-hands-ai/openhands:0.39 \
python -m openhands.cli.main
python -m openhands.cli.main --override-cli-mode true
```
This launches the CLI in Docker, allowing you to interact with OpenHands as described above.