moby--moby/container
Sebastiaan van Stijn 6e5a304675
container.ConfigFilePath: use same signature on Windows
This made my IDE unhappy; `ConfigFilePath` is an exported function, so
it makes sense to use the same signature for both Linux and Windows.

This patch also adds error handling (same as on Linux), even though the
current implementation will never return an error (it's good practice
to handle errors, so I assumed this would be the right approach)

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2019-09-03 10:51:43 +02:00
..
stream Handle blocked I/O of exec'd processes 2019-06-21 12:02:15 -04:00
archive.go container.BaseFS: check for nil before deref 2018-03-13 21:24:48 -07:00
container.go Handle blocked I/O of exec'd processes 2019-06-21 12:02:15 -04:00
container_unit_test.go Update tests to use gotest.tools 👼 2018-06-13 09:04:30 +02:00
container_unix.go Fix "no such file or directory" warning when unmounting IPC mount 2019-08-02 12:36:54 +02:00
container_windows.go container.ConfigFilePath: use same signature on Windows 2019-09-03 10:51:43 +02:00
env.go Add canonical import comment 2018-02-05 16:51:57 -05:00
env_test.go Add canonical import comment 2018-02-05 16:51:57 -05:00
health.go Avoid a data race in container/health.go 2019-07-31 13:17:32 -07:00
history.go Add canonical import comment 2018-02-05 16:51:57 -05:00
memory_store.go Add canonical import comment 2018-02-05 16:51:57 -05:00
memory_store_test.go Add canonical import comment 2018-02-05 16:51:57 -05:00
monitor.go Make sure timers are stopped after use. 2019-01-16 14:32:53 -08:00
mounts_unix.go mount: add BindOptions.NonRecursive (API v1.40) 2018-11-06 17:51:58 +09:00
mounts_windows.go Add canonical import comment 2018-02-05 16:51:57 -05:00
state.go Fix phrasing when referring to the freezer cgroup 2019-08-16 20:39:30 +02:00
state_test.go Add canonical import comment 2018-02-05 16:51:57 -05:00
store.go Add canonical import comment 2018-02-05 16:51:57 -05:00
view.go fix code typo 2019-01-11 15:14:17 +08:00
view_test.go Switch to google/uuid 2019-03-13 14:13:58 +00:00