Skip to content

Docker sandbox - support mounting additional directories #73

@Amir-Ahmad

Description

@Amir-Ahmad

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.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions