Files
docker-cli/components/engine/runtime
Tianon Gravi af8f9d4096 Fix edge case in bind mount absolute path detection
`filepath.Abs` does more than just `filepath.IsAbs` - namely, `filepath.Clean`, which resolves things like `.../.` or `.../../...`, and causes even an absolute path like `/some/path/../absolute` to fail (or, in my case, `/path/to/docker/.`)

Just using `filepath.IsAbs` directly is a much cheaper check, too. :)

Docker-DCO-1.1-Signed-off-by: Andrew Page <admwiggin@gmail.com> (github: tianon)
Upstream-commit: 603088be928564be2d863a897fbc1729adc74814
Component: engine
2014-04-07 21:20:03 -06:00
..
2014-04-02 16:52:49 +00:00
2014-04-07 11:01:35 -07:00
2014-03-17 21:54:05 -04:00
2014-03-18 13:44:23 -04:00
2014-03-17 21:54:05 -04:00
2014-03-09 23:16:15 -07:00
2014-04-01 07:07:42 +00:00
2014-03-27 21:47:47 +01:00