I have a docker volume that contains test results. When I try to run the tests locally instead of in a docker container I get an error saying permission denied when trying to delete the test results folder.
Is there a way after the docker container has shutdown, to change the permissions of the docker volume to allow me to delete it without using root user? Currently we have to remove it manually after every run.