Can I control the owner of a bind-mounted volume in a docker image?
I believe at this point there is no way to set the UID and GID as a mount option in docker. But there are at least two ways of getting around this: Match UID and GID of the owner/user in the host and container. In your case, if the owner ID and GID on the … Read more