Versions in this module Expand all Collapse all v0 v0.6.0 May 26, 2026 v0.4.1 May 26, 2026 Changes in this version + func NewExplorer(root string, containerdroot string, manifest string, snapshot string, ...) (explorers.ContainerExplorer, error) + func ScanDiffDirectory(diffDir string) (addedOrModified []explorers.FileInfo, inaccessibleFiles []explorers.FileInfo, ...) + type Bridge struct + Aliases interface{} + EndpointID string + Gateway string + GlobalIPPrefixLen int + GlobalIPv6Address string + IPAMConfig interface{} + IPAMOperational bool + IPAddresses string + IPPrefixLen int + IPv6Gateway string + Links interface{} + MacAddresses string + NetworkID string + type Config struct + AttachStderr bool + AttachStdin bool + AttachStdout bool + Cmd []string + Domainname string + EntryPoint interface{} + Env []string + ExposedPorts map[string]interface{} + Hostname string + Image string + Labels map[string]string + OnBuild interface{} + OpenStdin bool + StdinOnce bool + Tty bool + User string + Volumes interface{} + WorkingDir interface{} + type ConfigFile struct + AppArmorProfile string + Args []string + Config Config + ContainerConfig map[string]interface{} + Created time.Time + Driver string + HasBeenManuallyStopped bool + HasBeenRestartedBefore bool + HostnamePath string + HostsPath string + ID string + Image string + LogPath string + Managed bool + MountLabel string + MountPoints map[string]interface{} + Name string + NetworkSettings NetworkSettings + NoNewPrivileges bool + Path string + ProcessLabel string + ResolvConfPath string + RestartCount int64 + SeccompProfile string + SecretReferences interface{} + ShmPath string + State State + StreamConfig map[string]interface{} + type ImageName map[string]string + type ImageRepository struct + Repositories map[string]ImageName + type NetworkSettings struct + Bridge string + HairpinMode bool + HasSwarmEndpoint bool + IsAnonymousEndpoint bool + LinkLocalIPv6Address string + LinkLocalIPv6PrefixLen int + Networks map[string]interface{} + Ports map[string]interface{} + SandboxID string + SandboxKey string + SecondaryIPAddresses interface{} + SecondaryIPv6Addresses interface{} + Service map[string]interface{} + type State struct + Dead bool + Error string + ExitCode int64 + FinishedAt time.Time + Health interface{} + OOMKilled bool + Paused bool + Pid int64 + RemovalInProgress bool + Resarting bool + Running bool + StartedAt time.Time v0.0.2-20220209 Feb 8, 2022