I noticed that `Init Binary` is no longer set in the output of `docker info` in docker 17.04 (and master). This issue was introduced in https://github.com/docker/docker/pull/29673, which changes https://github.com/docker/docker/commit/db63f9370e26d725357c703cbaf9ab63cc7b6d0a#diff-d188edf2153ada0e6eee0a51db09b1fcL88 to https://github.com/docker/docker/commit/db63f9370e26d725357c703cbaf9ab63cc7b6d0a#diff-49f3d9765e66ddfa37dc814625477699R69, as a result, causing `v.InitBinary` to be empty (https://github.com/docker/docker/blob/d9c4261964fc4c93d2e34de650a33936ebbf7f9c/daemon/info_unix.go#L28) /cc @vdemeester
I noticed that
Init Binaryis no longer set in the output ofdocker infoin docker 17.04 (and master).This issue was introduced in #29673, which changes db63f93#diff-d188edf2153ada0e6eee0a51db09b1fcL88 to db63f93#diff-49f3d9765e66ddfa37dc814625477699R69, as a result, causing
v.InitBinaryto be empty (https://github.com/docker/docker/blob/d9c4261964fc4c93d2e34de650a33936ebbf7f9c/daemon/info_unix.go#L28)/cc @vdemeester