github.com/mutagen-io/mutagen@v0.18.0-rc1/pkg/sidecar/paths_posix.go (about) 1 //go:build !windows 2 3 package sidecar 4 5 // volumeMountParent is the parent path for all volume mounts within the sidecar 6 // container. 7 const volumeMountParent = "/volumes/"