Live data from Hacker News

Docker for Mac and Windows Beta

blog.docker.com

121–130 of 250 posts

Re: Docker for Mac and Windows Beta

#121

Tried to sign up, but the enroll form at https://beta.docker.com/form is blank for me - it just says "Great! We just need a little more info:" but has no forms.

yep same for me here. yes on chrome with js and adblock disabled

It should be back now. Sorry about that

Re: Docker for Mac and Windows Beta

#122

Tried to sign up, but the enroll form at https://beta.docker.com/form is blank for me - it just says "Great! We just need a little more info:" but has no forms.

#2 on hacker news and no one can sign up. Bummer. I've tried 3 different browsers; Chrome, firefox, safari. Same problem. Both Firefox and Safari are completely uncustomized.

Fixed! Thank you!

Re: Docker for Mac and Windows Beta

#123
post #20

If 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…

No, package managers don't really have anything to do with this.

Nix can provision containers, VMs, bare metal. It is much more capable than Docker because it composes, and doesn't use opaque disk images as the basis for everything. Nix provides much better reproducibility.

Re: Docker for Mac and Windows Beta

#124
post #92
post #40

This is an amazing announcement, but... The beta requires a NDA. The source code is also not available. This gives the impression that this will be a closed commercial product and that really takes the wind out of my sails.

The NDA is just residue from the alpha teating phase, we'll remove it. We will open-source all the components individually, to make them easier to reuse elsewhere. That requires work to do properly. Lastly, Docker for Mac and Docker for Windows will be free.

NDA is removed.

Re: Docker for Mac and Windows Beta

#127

Earlier quoted context omitted.

If you purchase a laptop knowing that you will be running Linux and doing a little bit of research up front, it is every bit as simple as running a laptop with Windows or OS X.

Until you, say, want to print something, or run one of the bajillion pieces of useful software that aren't available for Linux.

As a long time Linux user, I don't know about useful software that won't run on Linux. All the useful software I need runs just fine.

Edit: Oh, and I don't understand the comment about printing. Cups works.

Re: Docker for Mac and Windows Beta

#128

Tried to sign up, but the enroll form at https://beta.docker.com/form is blank for me - it just says "Great! We just need a little more info:" but has no forms.

Hi folks, we had an unexpected issue while were pushing an update to site (removing the NDA requirement). It should be fixed now and you can sign up as usual. If you're using something like ghostery, you may need to pause it for this site as we using Marketo to deal with sign ups.

Re: Docker for Mac and Windows Beta

#129
post #40

This is an amazing announcement, but... The beta requires a NDA. The source code is also not available. This gives the impression that this will be a closed commercial product and that really takes the wind out of my sails.

Why? Great products are worth paying for.

There are no plans to charge for it though.

Re: Docker for Mac and Windows Beta

#130
post #98
post #97

Earlier quoted context omitted.

Thanks for exposing me to ThinApp and the rest. I took a quick look, these are Microsoft based technologies designed to run Windows apps, however conceptually I don't see much difference. Docker is a containerization standard that relies on various Linux capabilities to isolate application runtimes (or containers if you will). On Mac and Linux it used to be achieved by running a small Linux VM in VirtualBox, but look…

When I search for xhyve it returns a project for OS X, it would be interesting to know the specific Windows technologies also.

Docker for Windows relies on Hyper-V
Post reply on HN