Skip to content

Commit 418cda2

Browse files
authored
Update custom_sandbox_guide.md (OpenHands#2650)
1 parent 3fb8206 commit 418cda2

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

docs/modules/usage/custom_sandbox_guide.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# How to Create a Custom Docker Sandbox
1+
# 💿 How to Create a Custom Docker Sandbox
22

33
The default OpenDevin sandbox comes with a [minimal ubuntu configuration](https://github.com/OpenDevin/OpenDevin/blob/main/containers/sandbox/Dockerfile). Your use case may need additional software installed by default. This guide will teach you how to accomplish this by utilizing a custom docker image.
44

@@ -10,6 +10,9 @@ To get started running with your own Docker Sandbox image you need to ensure you
1010
3. Then run ```make run```
1111
4. Finally navigate your browser to ```localhost:3001``` to ensure that your local build of OpenDevin is functional
1212

13+
14+
Please refer to [Development.md](https://github.com/OpenDevin/OpenDevin/blob/main/Development.md) for more installation details.
15+
1316
> Note that the above steps will take some time to run and will require that your have python3.11, poetry (a python package manager), and Docker installed
1417
1518

@@ -101,8 +104,9 @@ sandbox_user_id="1001"
101104
```
102105

103106
### Port use errors
104-
If you see an error about a port being in use or unavailable, try deleting all running Docker Containers and then re-running ```make run```
107+
108+
If you see an error about a port being in use or unavailable, try deleting all running Docker Containers (run `docker ps` and `docker rm` relevant containers) and then re-running ```make run```
105109

106110
## Discuss
107111

108-
For other issues or questions join the [Slack](https://join.slack.com/t/opendevin/shared_invite/zt-2jsrl32uf-fTeeFjNyNYxqSZt5NPY3fA) or [Discord](https://discord.gg/ESHStjSjD4) and ask!
112+
For other issues or questions join the [Slack](https://join.slack.com/t/opendevin/shared_invite/zt-2jsrl32uf-fTeeFjNyNYxqSZt5NPY3fA) or [Discord](https://discord.gg/ESHStjSjD4) and ask!

0 commit comments

Comments
 (0)