Docker-machine vmwarefusion driver?

I try docker-machine create --driver vmwarefusion myvm1 and I get output like:

(myvm1) Waiting for VM to come online...
Error creating machine: Error in driver during machine creation: Machine didn`t return an IP after 120 seconds, aborting

Is there a problem with using the vmwarefusion driver? Is there a way to diagnose the problem further? Should I just use the virtualbox driver?

Thank you.

Containers: 0
Running: 0
Paused: 0
Stopped: 0
Images: 0
Server Version: 17.12.0-ce
Storage Driver: overlay2
Backing Filesystem: extfs
Supports d_type: true
Native Overlay Diff: true
Logging Driver: json-file
Cgroup Driver: cgroupfs
Plugins:
Volume: local
Network: bridge host ipvlan macvlan null overlay
Log: awslogs fluentd gcplogs gelf journald json-file logentries splunk syslog
Swarm: inactive
Runtimes: runc
Default Runtime: runc
Init Binary: docker-init
containerd version: 89623f28b87a6004d4b785663257362d1658a729
runc version: b2567b37d7b75eb4cf325b77297b140ea686ce8f
init version: 949e6fa
Security Options:
seccomp
Profile: default
Kernel Version: 4.9.60-linuxkit-aufs
Operating System: Docker for Mac
OSType: linux
Architecture: x86_64
CPUs: 4
Total Memory: 1.952GiB
Name: linuxkit-025000000001
ID: RYKP:V7AC:MG42:Y762:JF2E:KU3N:U4WH:HW5R:EMF7:S27X:DR55:4ASV
Docker Root Dir: /var/lib/docker
Debug Mode (client): false
Debug Mode (server): true
File Descriptors: 22
Goroutines: 42
System Time: 2018-03-11T01:32:47.363666711Z
EventsListeners: 2
HTTP Proxy: docker.for.mac.http.internal:3128
HTTPS Proxy: docker.for.mac.http.internal:3129
Registry: https://index.docker.io/v1/
Labels:
Experimental: true
Insecure Registries:
127.0.0.0/8
Live Restore Enabled: false

Hi,

Did you find a resolution to this issue yet.