Open ppadala opened 9 years ago
I am using version 0.4.1.
Pradeeps-MacBook-Air:test ppadala$ docker-machine -v
docker-machine version 0.4.1 (e2c88d6)
Hi @ppadala, I had similar issue https://github.com/docker/machine/issues/2330
but know it seams that with version 5.0.1 I managed to provisionned my centos VM :)
I am trying to call docker-machine through os/exec and found that docker-machine is using -t option for external client and OutputWithPty for NativeClient. Both require a pty to be present (as I understand) and os/exec doesn't come with a pty. See the test program and output below. I also tried using github.com/kr/pty and assign a tty, but couldn't get it work. Any comments are welcome.