You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
based on my experience, I'd recommend adding the following flags to all aliases and commands when using Docker:
-u `id -u`:`id -g`
This should work with most Linux'es (tested with Ubuntu, Centos, SLES, CLE).
In this way, files created in the host by the container will have the right ownership.
[edited]: inverted quotes ` ` are better than $( ) as they also work in csh.