MrDotOne
MrDotOne
That is a solution i am trying to implement. I tried to use /home/output however the result was no such file or directory.
I just pulled [fc3b5e8] and will give a try with the --run_as_user option which looks promising already: docker run --rm -e HOST_UID=$(id -u) -e HOST_GID=$(id -g) -u $(id -u):$(id -g)...
This is perfect: (base) [root@lri-uapps-2 data]# cd output (base) [root@lri-uapps-2 output]# ls -la total 20 drwxrwxrwx 3 bendahm ccdomainusers 113 Aug 5 15:03 . drwxrwxrwx 19 root root 4096 Aug...
Thank you for the fixes and the link, i will check it out. There are a couple other repos like this that could use this technique. Unfortunately, we may be...
Thank you for your prompt response. I will check that out immediately, thank you.
I added `-u `id -u $USER`:`id -g $USER`` to the run command and it works well.
I saw that, thank you, and was checking it out. I am actually building this for a researcher who wanted to run this on their Mac laptop.