Files
podman/pkg
Matthew Heon 720d8c9e3f Clean destination paths during mount generation
We identify and resolve conflicts in paths using destination path
matches. We require exact matches, largely for performance
reasons (we use maps to efficiently access, keyed by
destination). This usually works fine, until you get mounts that
are targetted at /output and /output/ - the same path, but not
the same string.

Use filepath.Clean() aggressively to try and solve this.

Signed-off-by: Matthew Heon <matthew.heon@pm.me>
2019-09-19 11:09:59 -04:00
..
2019-07-21 14:22:39 -05:00
2019-07-23 15:43:40 -04:00
2019-06-03 15:54:53 -04:00
2018-03-27 21:55:33 +00:00
2019-09-12 14:03:52 -05:00
2019-07-21 14:22:39 -05:00
2019-07-03 15:41:33 -05:00
2019-07-03 15:41:33 -05:00