package containerfs

import "github.com/dotcloud/docker/pkg/containerfs"

Index

Functions

func CleanScopedPath

func CleanScopedPath(path string) string

CleanScopedPath preappends a to combine with a mnt path.

func ResolveScopedPath

func ResolveScopedPath(root, path string) (string, error)

ResolveScopedPath evaluates the given path scoped to the root. For example, if root=/a, and path=/b/c, then this function would return /a/b/c.

Source Files

containerfs.go containerfs_unix.go

Version
v24.0.2+incompatible
Published
May 25, 2023
Platform
darwin/amd64
Imports
2 packages
Last checked
27 minutes ago

Tools for package owners.