←back to thread

Ubuntu on Windows

(blog.dustinkirkland.com)
2049 points bpierre | 1 comments | | HN request time: 0.208s | source
Show context
msoad ◴[] No.11390994[source]
So what OS you're going to get when you run an application under this? So if I run this:

    node -e 'console.log(require("os").type())'
What it's going to print?
replies(7): >>11391034 #>>11391059 #>>11391325 #>>11391359 #>>11392940 #>>11393115 #>>11394355 #
zxcvcxz ◴[] No.11393115[source]
I just see this as a headache for developers.

I don't want or need a Linux ABI, I just want to run a Linux container on Windows (if I have to use windows, which I would prefer not to do).

If node running on windows needs access to a database running on the Linux layer then what happens when things aren't working? They can't possibly make all programs interact in a seamless way.

I'm imagining frankenstein programs that are hacked together with code that only works on this frankenstein OS.

replies(1): >>11393341 #
1. xorblurb ◴[] No.11393341[source]
If you want a Linux container on Windows (which they do not seem to propose right away, but it seems a logical step), you need a Linux ABI.