thing number 7 I hate about docker. I run a bunch of stuff as a regular user. I give it a data path I want to save things in.
Then it writes them all as root and I can't delete them as that user
I need to make a docker root deleter
you're doing something wrong when that happens are you, for example, using the `COPY` without a chown flag?