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
Unfortunately the user mysql inside the container uses uid:gid 27:27. On the host system gid 27 is the sudo group and a user uid 27 does not exist, so e.g. lsof complaines about ownership and processes of a 27 not being in passwd.
I've made various attempts with --uidmap --gidmap, --userns=, even with usermod inside the container but got either the container just not starting at all anymore (no output in any logs) or permission denied on mounting storage (which I always chowned!).
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Unfortunately the user mysql inside the container uses uid:gid 27:27. On the host system gid 27 is the sudo group and a user uid 27 does not exist, so e.g. lsof complaines about ownership and processes of a 27 not being in passwd.
I've made various attempts with --uidmap --gidmap, --userns=, even with usermod inside the container but got either the container just not starting at all anymore (no output in any logs) or permission denied on mounting storage (which I always chowned!).
Any hint would be appreciated.
Beta Was this translation helpful? Give feedback.
All reactions