rootfs

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Oct 18, 2024 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var SpecDevSymlinks = []DevSymlink{
	{Source: "/proc/self/fd", Target: "/dev/fd"},
	{Source: "/proc/self/fd/0", Target: "/dev/stdin"},
	{Source: "/proc/self/fd/1", Target: "/dev/stdout"},
	{Source: "/proc/self/fd/2", Target: "/dev/stderr"},
}

Functions

func CleanRootfs

func CleanRootfs(rootfs string, spec *specs.Spec) (err error)

func FinalizeRootfs

func FinalizeRootfs(rootfs string, spec *specs.Spec) (err error)

Types

type DevSymlink struct {
	Source string
	Target string
}

Jump to

Keyboard shortcuts

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