You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Do y'all have any docs that would show how that works? I'm guessing I could just include a Dockerfile in my project to build the container with a volume mount but thought I'd ask.
Thanks!
The text was updated successfully, but these errors were encountered:
Hi @mikegehard ! Not sure if I understand your question completely, but it sounds like you're trying to mount local folders into the docker container? (like with bind mounts)?
With swe-rex Docker deployment (see the config docs), you should be able to just pass your arguments.
I quickly looked through the docs but could find the answer so thought I'd ask here. If there is a better place, let me know.
I'm working to implement a human in the loop AI assisted TDD flow using Claude desktop and MCP servers: mikegehard/ai-assisted-agile-development#14
I'm at the point where I need to allow Claude to run commands locally and I wanted to use Docker containers for isolation from my local machine: mikegehard/ai-assisted-agile-development#13 (comment)
I was thinking about writing an MCP server but couldn't figure out how to attach the local file system into the container: mikegehard/ai-assisted-agile-development#14 (comment)
Do y'all have any docs that would show how that works? I'm guessing I could just include a Dockerfile in my project to build the container with a volume mount but thought I'd ask.
Thanks!
The text was updated successfully, but these errors were encountered: