Biggest problem with Boot2docker was volume mounting and file permissions, hope this happens soon. > 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
Docker for Mac and Windows Beta
31–40 of 250 posts
Re: Docker for Mac and Windows Beta
#32> 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?!
Re: Docker for Mac and Windows Beta
#33If 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…
You should check out Dlite (which is an alternative to Dinghy) has been around for a few months: https://github.com/nlf/dlite It's been a much more friendly (read: plugin and play) than dinghy.
Re: Docker for Mac and Windows Beta
#34Re: Docker for Mac and Windows Beta
#35If you're using docker on mac, you're probably not using it there for easy scaling (which was the reason docker was created back then), but for the "it just works" feeling when using your development environment. But docker introduces far too much incidental complexity compared to simply using a good package manager. A good package manager can deliver the same "it just works" feeling of docker while being far more li…
Nix is more difficult. With Docker, you don't need to learn much new stuff, since images are created from sequences of ordinary shell commands running on familiar distributions. Nix requires you to familiarize yourself with a new package manager and its somewhat arcane definition language. And then also the specific Nix tools for working with npm, ghc, or whatever you want to use. So the experience is very different.
Re: Docker for Mac and Windows Beta
#36Re: Docker for Mac and Windows Beta
#37Re: Docker for Mac and Windows Beta
#38At the moment VMWare Workstation users will be a bit left out as Windows doesn't like having two hypervisors installed on the same system...
Re: Docker for Mac and Windows Beta
#39Is the source code available? I don't see it at https://github.com/docker
"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."