package containerfs
import "github.com/dotcloud/docker/pkg/containerfs"
Index ¶
Functions ¶
func CleanScopedPath ¶
CleanScopedPath prepares the given path to be combined with a mount path or a drive-letter. On Windows, it removes any existing driveletter (e.g. "C:"). The returned path is always prefixed with a filepath.Separator.
func ResolveScopedPath ¶
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.
Deprecated: use symlink.FollowSymlinkInScope.
Source Files ¶
- Version
- v25.0.2+incompatible
- Published
- Feb 1, 2024
- Platform
- darwin/amd64
- Imports
- 2 packages
- Last checked
- 22 minutes ago –
Tools for package owners.