New Docker for mac and IntelliJ - NoClassDefFoundError

I have installed Docker for mac and i’m trying to configure it on IntelliJ. As there’s no docker-machine for new docker for mac, docker-machine ls doesn’t return any results.

http://imgur.com/a/vr4lG

When i try to connect it using IntelliJ - Docker plugin, I’m getting NoClassDefFoundError.

May i know what do i need enter for Certificates folder?

I ran into the same problem and found if I used /Users/<username>/.docker/machine/certs as my cert folder everything seems to connect successfully.