Docker-machine create command can't return sucessfully

I am using vmwarevsphere to create a docker machine on my vcenter, but seems the docker-machine creation command can’t finish successfully, it always returns below message:

Waiting for VMware Tools to come online…
Error creating machine: Error in driver during machine creation: Post https://:443/sdk: EOF
notifying bugsnag: [Error creating machine: Error in driver during machine creation: Post https://:443/sdk: EOF]

But the dock machine (the VM) actually created in the vCenter and the console of the vm shows that it Finished boot2docker init script… and Docker version 1.13.0, build 49bf474, seems all done.

the docker-machine ls shows as below:

NAME ACTIVE DRIVER STATE URL SWARM DOCKER ERRORS
zhumvm-ampr-dockervm1 vmwarevsphere Timeout

How can I make it work?

thanks,