Bump docker version (#2479)

This commit is contained in:
மனோஜ்குமார் பழனிச்சாமி
2024-06-17 19:20:48 +05:30
committed by GitHub
parent 009f6f9ebc
commit 5ae647f5c2
2 changed files with 3 additions and 3 deletions

View File

@@ -80,7 +80,7 @@ docker run -it \
-p 3000:3000 \
--add-host host.docker.internal:host-gateway \
--name opendevin-app-$(date +%Y%m%d%H%M%S) \
ghcr.io/opendevin/opendevin:0.6
ghcr.io/opendevin/opendevin:0.6.2
```
You'll find OpenDevin running at [http://localhost:3000](http://localhost:3000) with access to `./workspace`. To have OpenDevin operate on your code, place it in `./workspace`.