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
It's currently not possible to override the file group on virtiofs mounts.
This makes it difficult to set up permissions in some cases. Imagine an Nginx container which needs to write to certain directories but not others – changing the group of files to something like www-data and assigning group write permissions would solve this problem but currently the user has to resort to chmod 777.