docs(docker): update docker version and make get started more prominent (#1536)

* docs(docker): update docker version and make get started more prominent

* bump version
This commit is contained in:
Alex Bäuerle 2024-05-05 17:40:27 -07:00 committed by GitHub
parent 35b248ffd6
commit ae2b857cb4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 2 deletions

View File

@ -39,7 +39,9 @@
Welcome to OpenDevin, an open-source project aiming to replicate Devin, an autonomous AI software engineer who is capable of executing complex engineering tasks and collaborating actively with users on software development projects. This project aspires to replicate, enhance, and innovate upon Devin through the power of the open-source community.
To learn more and to use OpenDevin, check out our [documentation](https://opendevin.github.io/OpenDevin/).
## [🚀 Get Started](https://opendevin.github.io/OpenDevin/modules/usage/intro)
To learn more and to use OpenDevin, **check out our [documentation](https://opendevin.github.io/OpenDevin/)**!
<p align="right" style="font-size: 14px; color: #555; margin-top: 20px;">
<a href="#readme-top" style="text-decoration: none; color: #007bff; font-weight: bold;">

View File

@ -85,7 +85,7 @@ docker run \
-v /var/run/docker.sock:/var/run/docker.sock \
-p 3000:3000 \
--add-host host.docker.internal=host-gateway \
ghcr.io/opendevin/opendevin:0.4.0
ghcr.io/opendevin/opendevin:0.5
```
You'll find opendevin running at [http://localhost:3000](http://localhost:3000).