Remix.run Logo
meffmadd an hour ago

I tried Docker Sandboxes but last time I checked you could not configure custom volume mounts, making more complex setups impossible. For work I need two directories for context for the agent to have access to…

ashishb 13 minutes ago | parent | next [-]

Try https://github.com/ashishb/amazing-sandbox

You give implicit access to current directory and can mount as many custom volume mounts as you would like. And it is FOSS.

cyberpunk an hour ago | parent | prev [-]

put them both inside another directory and share that? what am i missing?