Fabrizio Soppelsa

Results 9 comments of Fabrizio Soppelsa

@sms81 does this help? ``` var c *http.Client var host = "tcp://192.168.99.100:2376" var path = "/path/to/.docker/machine/machines/mymachine/" securityOptions := tlsconfig.Options{ CAFile: filepath.Join(path, "ca.pem"), CertFile: filepath.Join(path, "cert.pem"), KeyFile: filepath.Join(path, "key.pem"), InsecureSkipVerify: true,...

@nathanleclaire what is status of this issue?

@nathanleclaire seems the PR is abandoned. I am in favor to add this to drivers/openstack, but it's not clear which one of the networks will be the one where docker-machine...

Thanks @robertjustjones do you think you will have a chance to rebase and resubmit the PR?

@robertjustjones yes https://github.com/docker/machine/pull/2974

Yeah recompiled again that branch (apology I had some shell variables that conflicted yesterday, so partly my fault). Seems working fine with two networks (did you test with > 2)?...

No, I'm against adding `--host`. Despite the guide is very very clear on how to create a machine, I think we should fix the online help, but there is something...