willprice / flowty

The swiss army knife for extracting optical flow
https://flowty.rtfd.org
16 stars 1 forks source link

Fix docker produced file permissions #22

Open willprice opened 5 years ago

willprice commented 5 years ago

Currently docker will run as root. All files written by flowty within the container will be owned by root:root. We should fix this so at least the files will be written as 1000:1000 as most users will have this UID/GID. Also have a look at Docker's --user arg as an alternative solution