2713d0bcde
commit c846428cb6 added proxies to the
example `daemon.json`, based on the implementation that was added in
https://github.com/moby/moby/commit/427c7cc5f86364466c7173e8ca59b97c3876471d.
However, a follow-up pull request changed the proxy-configuration in`daemon.json`
to nest the configuration in a "proxies" struct, and the documentation was
not updated accordingly; see:
https://github.com/moby/moby/commit/101dafd049949a4da65dcefd495828a6644e1ce1
This patch fixes the example.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>