Versions in this module Expand all Collapse all v1 v1.15.3 Feb 20, 2026 Changes in this version + func IsWindowsDrivePath(path string) bool + type PathMapper struct + func NewPathMapper(containerDir, hostDir string) *PathMapper + func (pm *PathMapper) ContainerToHost(containerPath string) (string, error) + func (pm *PathMapper) IsNonMatchingMount() bool + func (pm *PathMapper) TranslateVolumeSources(project *composetypes.Project) error