Results 5 comments of zazula

Can verify that this now makes docker-machine create --driver hyperkit usable on MacOS :)

> Hi @zazula > Did you manage to start some container in hyperkit docker-machine with this changes? > > I got the error: > > ``` > docker: Error response...

> > Try adding this to your docker-machine command: > > --engine-env DOCKER_RAMDISK=true > > Strange, but with this env I even can't pull image, btw it works normally on...

Also, make sure your ```hyperkit``` binary is setuid ```root```

> > Also, make sure your `hyperkit` binary is setuid `root` > > It looks like it was trouble with my host /etc/resolv.conf, so docker-machine couldn't access internet. At this...