-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
Enhancement description
I'd like to request that you add support for mounting (or syncing) arbitrary directories to docker sandboxes. Ideally it would work something like docker run -v.
This can be useful for various use cases:
- Share go module cache (or pip, npm, etc) between host and VM. This saves time on builds, and in the case of private modules, it means you don't need to give the sandbox additional credentials.
- Share an additional directory that the agent may need. E.g. If i'm coding in repo1, but api schemas are in another repo2, it would be helpful to add repo2 to the VM as well. Current workaround is to place both into a directory and share that, but it's abit more work.
Reactions are currently unavailable