package overlay

import "github.com/containerd/containerd/snapshots/overlay/plugin"

Index

Types

type Config

type Config struct {
	// Root directory for the plugin
	RootPath      string `toml:"root_path"`
	UpperdirLabel bool   `toml:"upperdir_label"`
	SyncRemove    bool   `toml:"sync_remove"`

	// MountOptions are options used for the overlay mount (not used on bind mounts)
	MountOptions []string `toml:"mount_options"`
}

Config represents configuration for the overlay plugin.

Source Files

plugin.go

Version
v1.7.7
Published
Oct 9, 2023
Platform
linux/amd64
Imports
4 packages
Last checked
3 minutes ago

Tools for package owners.