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
Since the moby/sys package also contains code for ID mapping, such as parsing /etc/{subuid,subuid} and the IDMap type, would it be nice to also include the logic for ID conversions (ie. ToHost()/ToContainer() funcs)? This way containerd can have much cleaner implementation.
WDYT?
The text was updated successfully, but these errors were encountered:
I am working on a feature in containerd to support multiple uid/gid mappings containerd/containerd#10307.
My current implementation of the ID conversion logic is based on the idtools code in Moby.
Since the
moby/sys
package also contains code for ID mapping, such as parsing/etc/{subuid,subuid}
and the IDMap type, would it be nice to also include the logic for ID conversions (ie.ToHost()
/ToContainer()
funcs)? This way containerd can have much cleaner implementation.WDYT?
The text was updated successfully, but these errors were encountered: