-
Notifications
You must be signed in to change notification settings - Fork 661
Open
Labels
Description
Describe the bug
I use docker for everything, that means copilot is using docker -v... and EVERY TIME it asks for confirmation of something like /app because the command is docker -v ./something:/app
Highly annoying as there is no real way to "allow" the directory
Affected version
0.0.369 Commit: 83653a1
Steps to reproduce the behavior
- run with docker heavy usage
- wait for it to try mount something
- get asked if it is ok to use directory of mount location
Expected behavior
as it is mounting folders from the allowed root, it should not worry about where they are mounted on a docker image.
Additional context
I've also seen this happen for /dev/null when it pipes errors to /dev/null to catch only output.