# OpenHands Community focused on AI-driven development. 1. [TL;DR](#tldr) 1. [Further readings](#further-readings) 1. [Sources](#sources) ## TL;DR
Setup ```sh docker pull 'docker.openhands.dev/openhands/runtime:1.2-nikolaik' docker run -it --rm --name 'openhands-app' --pull='always' \ -e 'AGENT_SERVER_IMAGE_REPOSITORY=docker.openhands.dev/openhands/runtime' \ -e 'AGENT_SERVER_IMAGE_TAG=1.2-nikolaik' \ -e 'LOG_ALL_EVENTS=true' \ -v '/var/run/docker.sock:/var/run/docker.sock' \ -v "$HOME/.openhands:/.openhands" \ -p '3000:3000' \ --add-host 'host.docker.internal:host-gateway' \ 'docker.openhands.dev/openhands/openhands:1.2' ```
## Further readings - [Website] - [Codebase] - [Blog] ### Sources - [Documentation] [Blog]: https://openhands.dev/blog [Codebase]: https://github.com/OpenHands/OpenHands [Documentation]: https://docs.openhands.dev/ [Website]: https://openhands.dev/