OpenDevin icon indicating copy to clipboard operation
OpenDevin copied to clipboard

Add rewrite logic to help with docker-in-docker scenarios

Open rbren opened this issue 3 months ago • 0 comments

My dev environment is inside an ubuntu container running on my macbook. I mount /Users/rbren on my macbook to /home/rbren in ubuntu. This causes issues with directory mounting.

This change allows me to specify DIRECTORY_REWRITE="/home/rbren:/Users/rbren" to make the volume mounting work properly.

rbren avatar Mar 25 '24 18:03 rbren