moby--moby/daemon/config
Sunny Gogoi 17b1288760 Fix missing Init Binary in docker info output
- Moved DefaultInitBinary from daemon/daemon.go to
daemon/config/config.go since it's a daemon config and is referred in
config package files.
- Added condition in GetInitPath to check for any explicitly configured
DefaultInitBinary. If not, the default value of DefaultInitBinary is
returned.
- Changed all references of DefaultInitBinary to refer to the variable
from new location.
- Added TestCommonUnixGetInitPath to test for the various values of
GetInitPath.

Fixes #32314

Signed-off-by: Sunny Gogoi <indiasuny000@gmail.com>
2017-04-10 16:54:07 +05:30
..
config.go Fix missing Init Binary in docker info output 2017-04-10 16:54:07 +05:30
config_common_unix.go Fix missing Init Binary in docker info output 2017-04-10 16:54:07 +05:30
config_common_unix_test.go Fix missing Init Binary in docker info output 2017-04-10 16:54:07 +05:30
config_solaris.go Deprecate --graph flag; Replace with --data-root 2017-03-30 11:24:56 +02:00
config_test.go --max-concurrent-downloads,--max-concurrent-uploads must great than or equal to 0 2017-03-02 09:23:01 +08:00
config_unix.go
config_unix_test.go
config_windows.go
config_windows_test.go