Closed factyy closed 1 year ago
Fixes the following problem:
Example host path: /some, example container root path: /where, then container file path /where/where/file will be translated to /some/some/file instead of /some/where/file.
/some
/where
/where/where/file
/some/some/file
/some/where/file
Fixes the following problem:
Example host path:
/some
, example container root path:/where
, then container file path/where/where/file
will be translated to/some/some/file
instead of/some/where/file
.