I want to run my code in a local docker container, but I want to change the code files on my operating system and not inside the container.
I want to do this because I want to:
- run git outside the container
- be able to run cypress outside the container
- be able to test my code against different images
I've tried some configurations mainly related with mounts, but I couldn't make it work.
How would I go about doing this?