Named docker app container (#2202)

This commit is contained in:
மனோஜ்குமார் பழனிச்சாமி 2024-06-03 11:19:10 +05:30 committed by GitHub
parent 538d1d85a2
commit 783a3545b5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 0 deletions

View File

@ -71,6 +71,7 @@ docker run -it \
-v /var/run/docker.sock:/var/run/docker.sock \
-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
```

View File

@ -83,6 +83,7 @@ docker run -it \
-v /var/run/docker.sock:/var/run/docker.sock \
-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
```