Hi,
I’m running Docker for windows beta and I want to connect with remote api from another machine (actually from a container). It seems the docker daemon is binded only locally. Remote API works perfect locally btw. I’m wondering how I can bind it to tcp://0.0.0.0:2375, ie any host ips. I’ve tried adding “host”:[" tcp://0.0.0.0:2375"] to the Daemon settings UI but then docker failed to start.
Any idea ? Many thanks !