docs/runtime
Tianon Gravi 603088be92 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)
2014-04-07 21:20:03 -06:00
..
execdriver Fix lxc label handleing 2014-04-02 16:52:49 +00:00
graphdriver Remove driver wide mount label for dm 2014-04-03 06:34:57 +00:00
networkdriver Merge pull request from crosbymichael/gen-mac-addr-for-bridge 2014-04-02 02:47:56 +03:00
container.go Move -o cli flag and DriverConfig from HostConfig 2014-04-07 14:44:52 -07:00
container_unit_test.go Move runtime and container into sub pkg 2014-03-09 23:03:40 -07:00
history.go Move history to separate file 2014-04-07 11:01:35 -07:00
runtime.go Ensure that selinux is disabled by default 2014-04-07 14:44:53 -07:00
runtime_aufs.go graphdriver: build tags 2014-03-17 21:54:05 -04:00
runtime_btrfs.go btrfs: build tags 2014-03-18 13:44:23 -04:00
runtime_devicemapper.go graphdriver: build tags 2014-03-17 21:54:05 -04:00
runtime_no_aufs.go graphdriver: build tags 2014-03-17 21:54:05 -04:00
server.go Add IsRunning to server interface 2014-03-09 23:16:15 -07:00
sorter.go Move runtime and container into sub pkg 2014-03-09 23:03:40 -07:00
state.go Fix since time exit display when s.FinishedAt is zero 2014-03-21 15:28:02 +09:00
utils.go Add --opt arguments for drivers 2014-03-27 21:47:47 +01:00
utils_test.go Update imports to be consistent 2014-04-01 07:07:42 +00:00
volumes.go Fix edge case in bind mount absolute path detection 2014-04-07 21:20:03 -06:00