filesystem

package
v0.9.281 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 12, 2026 License: AGPL-3.0 Imports: 33 Imported by: 0

Documentation

Index

Constants

View Source
const (
	EMPTY_GZ_LAYER = digest.Digest("sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1")
	EMPTY_DIGEST   = digest.Digest("")
)

Variables

View Source
var PushTracker = docker.NewInMemoryTracker()

Functions

func DumpImageName added in v0.9.268

func DumpImageName(next types.Dump) types.Dump

func DumpRootfs

func DumpRootfs(next types.Dump) types.Dump

Adds a post-dump CRIU callback to dump the container's rootfs Using post-dump ensures that the container is in a frozen state Assumes client is already setup in context. TODO: Do rootfs dump parallel to CRIU dump, possible using multiple CRIU callbacks and synchronizing them

func DumpSnapshotter added in v0.9.276

func DumpSnapshotter(next types.Dump) types.Dump

Types

type AuthEntry added in v0.9.244

type AuthEntry struct {
	Auth string `json:"auth"`
}

type DockerConfig added in v0.9.244

type DockerConfig struct {
	Auths map[string]AuthEntry `json:"auths"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL