2020-11-18 05:32:19
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.
Fireduck
2020-11-18 05:32:32
Then it writes them all as root and I can't delete them as that user
Fireduck
2020-11-18 05:32:38
I need to make a docker root deleter
Fireduck
2020-11-18 06:29:42
you're doing something wrong when that happens
are you, for example, using the `COPY` without a chown flag?
Rotonen