Docker for Mac and Windows Beta
11–20 of 250 posts
Re: Docker for Mac and Windows Beta
#12Sounds like https://github.com/nlf/dlite
Nathan LaFreniere (the author of dlite) is awesome, and we've been exchanging tips and tricks and areas where we can collaborate. He knew exactly where to press to find bugs in our earlier betas...
Re: Docker for Mac and Windows Beta
#13Unfortunately, despite the title, Docker still does not run natively on a Mac or on Windows. It runs only inside a Linux VM. From the OP: "The Docker engine is running in an Alpine Linux distribution on top of an xhyve Virtual Machine on Mac OS X or on a Hyper-V VM on Windows"
This is achieved by using the native virtualisation support on OSX / Windows instead of Virtual Box and working closely with Apple and Microsoft.
Re: Docker for Mac and Windows Beta
#14Re: Docker for Mac and Windows Beta
#15> Faster and more reliable: no more VirtualBox! I'm a Docker n00b, still don't know what it can do exactly. Can Docker replace Virtualbox? I guess only for Linux apps, and suppose it won't provide a GUI, won't run Windows to use Photoshop?!
Let me explain Docker for Mac in a little more detail [I work on this project at Docker]. Previously in order to run Linux containers on a Mac, you needed to install VirtualBox and have an embedded Linux virtual machine that would run the Docker containers from the Mac CLI. There would be a network endpoint on your Mac that pointed at the Linux VM, and the two worlds are quite separate. Docker for Mac is a native Mac…
Re: Docker for Mac and Windows Beta
#16Re: Docker for Mac and Windows Beta
#17Re: Docker for Mac and Windows Beta
#18If I had a yearly quota on HN for upvotes, I'd use all of them on this. > Volume mounting for your code and data: volume data access works correctly, including file change notifications (on Mac inotify now works seamlessly inside containers for volume mounted directories). This enables edit/test cycles for “in container” development. This (filesystem notifications) was one of the major drawbacks for using Docker on M…
At this stage, pointing it to the weirdest and most wonderful filesystem stressers you can find is welcome. We'll leap on any issues you find...
Re: Docker for Mac and Windows Beta
#19> Many of the OS-level integration innovations will be open sourced to the Docker community when these products are made generally available later this year.
Does this mean it is closed right now?
Re: Docker for Mac and Windows Beta
#20I've wrote a blog post about this topic a few months ago, check it out if you're interested in a simpler way of building development environments: https://www.mpscholten.de/docker/2016/01/27/you-are-most-lik...