I know there are some know issues about the extensive usage of the clone system call from docker. At the moment there is an issue #9 on github without solution...
Is there a plan to support natively docker on OSX kernel?
I know there are some know issues about the extensive usage of the clone system call from docker. At the moment there is an issue #9 on github without solution...
Is there a plan to support natively docker on OSX kernel?
Could you use vfork? I believe vfork is equivalent to clone with the flags CLONE_VM | CLONE_VFORK | SIGCHLD passed in.
Actually only linux distros support docker natively...but on Mac OS X, devs must install virtualbox and user docker-machine.. :/
+1 Absolutely needed.
Networking is completely busted with the current approach, and I've never been a fan of MacOS filesystem support either.
Adding the "me too". It'd be a dev life changing!
Yes, I think this is particularly important for e.g. Java-based containers, where the contained applications are in fact platform independent and could run natively on Mac OS outside of Docker, but are forced into emulation when running inside Docker.