package containerfs

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

Index

Functions

func CleanScopedPath

func CleanScopedPath(path string) string

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.

Source Files

containerfs.go

Version
v26.1.5+incompatible
Published
Jul 23, 2024
Platform
darwin/amd64
Imports
1 packages
Last checked
32 minutes ago

Tools for package owners.