Versions in this module Expand all Collapse all v0 v0.12.4 Jan 17, 2024 Changes in this version + func GenerateSpec(ctx context.Context, meta executor.Meta, mounts []executor.Mount, ...) (*specs.Spec, func(), error) + func GetHostsFile(ctx context.Context, stateDir string, extraHosts []executor.HostIP, ...) (string, func(), error) + func GetResolvConf(ctx context.Context, stateDir string, idmap *idtools.IdentityMapping, ...) (string, error) + func GetUser(root, username string) (uint32, uint32, []uint32, error) + func ParseUIDGID(str string) (uid uint32, gid uint32, err error) + func WithUIDGID(uid, gid uint32, sgids []uint32) containerdoci.SpecOpts + type DNSConfig struct + Nameservers []string + Options []string + SearchDomains []string + type ProcessMode int + const NoProcessSandbox + const ProcessSandbox + func (pm ProcessMode) String() string