mirror of
https://github.com/moby/moby.git
synced 2026-07-09 16:17:28 +00:00
If user provided a non-zero listen address, honor that and bind only to that address. Right now it is not honored and we always bind to all ip addresses in the host. Signed-off-by: Jana Radhakrishnan <mrjana@docker.com>