Versions in this module Expand all Collapse all v0 v0.12.4 Jan 17, 2024 Changes in this version + func MountStubsCleaner(ctx context.Context, dir string, mounts []Mount, recursive bool) func() + type Executor interface + Exec func(ctx context.Context, id string, process ProcessInfo) error + Run func(ctx context.Context, id string, rootfs Mount, mounts []Mount, ...) (resourcestypes.Recorder, error) + type HostIP struct + Host string + IP net.IP + type Meta struct + Args []string + CgroupParent string + Cwd string + Env []string + ExtraHosts []HostIP + Hostname string + NetMode pb.NetMode + ReadonlyRootFS bool + RemoveMountStubsRecursive bool + SecurityMode pb.SecurityMode + Tty bool + Ulimit []*pb.Ulimit + User string + type Mount struct + Dest string + Readonly bool + Selector string + Src Mountable + type Mountable interface + Mount func(ctx context.Context, readonly bool) (snapshot.Mountable, error) + type ProcessInfo struct + Meta Meta + Resize <-chan WinSize + Signal <-chan syscall.Signal + Stderr io.WriteCloser + Stdin io.ReadCloser + Stdout io.WriteCloser + type WinSize struct + Cols uint32 + Rows uint32