Versions in this module Expand all Collapse all v26 v26.1.5 Jul 23, 2024 v26.1.4 Jun 5, 2024 v26.1.3 May 15, 2024 v26.1.2 May 8, 2024 v26.1.1 Apr 30, 2024 v26.1.0 Apr 22, 2024 v26.0.2 Apr 18, 2024 v26.0.1 Apr 10, 2024 v26.0.0 Mar 20, 2024 Changes in this version + const ContainerAdministratorSidString — windows/amd64 + const ContainerUserSidString — windows/amd64 + const SeTakeOwnershipPrivilege — windows/amd64 + func AddNamespaceRangesUser(name string) (int, int, error) + func GetRootUIDGID(uidMap, gidMap []IDMap) (int, int, error) + func LookupGID(gid int) (user.Group, error) — darwin/amd64, js/wasm, linux/amd64 + func LookupGroup(name string) (user.Group, error) — darwin/amd64, js/wasm, linux/amd64 + func LookupUID(uid int) (user.User, error) — darwin/amd64, js/wasm, linux/amd64 + func LookupUser(name string) (user.User, error) — darwin/amd64, js/wasm, linux/amd64 + func MkdirAllAndChown(path string, mode os.FileMode, owner Identity) error + func MkdirAllAndChownNew(path string, mode os.FileMode, owner Identity) error + func MkdirAndChown(path string, mode os.FileMode, owner Identity) error + type IDMap struct + ContainerID int + HostID int + Size int + type Identity struct + GID int + SID string + UID int + func CurrentIdentity() Identity + func (id Identity) Chown(name string) error + type IdentityMapping struct + GIDMaps []IDMap + UIDMaps []IDMap + func LoadIdentityMapping(name string) (IdentityMapping, error) + func (i IdentityMapping) Empty() bool + func (i IdentityMapping) RootPair() Identity + func (i IdentityMapping) ToContainer(pair Identity) (int, int, error) + func (i IdentityMapping) ToHost(pair Identity) (Identity, error) v26.0.0-rc3 Mar 19, 2024 v26.0.0-rc2 Mar 7, 2024 v26.0.0-rc1 Feb 28, 2024 Other modules containing this package gopkg.in/docker/docker.v1 gopkg.in/docker/docker.v20 gopkg.in/docker/docker.v23 gopkg.in/docker/docker.v24