HI All - I was searching for "bash on centos on windows" as opposed to "bash on ubuntu on windows".
Will there be or is there a centos on windows version?
Thanks,
Jerry
On 12/08/2016 01:17 PM, Jerry Geis wrote:
HI All - I was searching for "bash on centos on windows" as opposed to "bash on ubuntu on windows".
Will there be or is there a centos on windows version?
Thanks,
Jerry _______________________________________________ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos
Oh I love to bash on Ubuntu. Oh, wait, are you talking about the shell? ;)
I believe you can run a CentOS in a VM as a guest on Windows but I haven't tried. Not sure if that is what you want.
On 09/12/16 10:17, Jerry Geis wrote:
HI All - I was searching for "bash on centos on windows" as opposed to "bash on ubuntu on windows".
Will there be or is there a centos on windows version?
Ubuntu on Windows is a collaboration between Canonical and Microsoft. I highly doubt that Microsoft would make such a collaboration with CentOS. There is a minute possibility that it could happen with Red Hat.
Please note that Ubuntu on Windows is *not* Linux.
Peter
On Dec 8, 2016, at 2:33 PM, Peter peter@pajamian.dhs.org wrote:
Ubuntu on Windows is *not* Linux.
No, but it does implement the kernel syscall interface and an ELF loader.
Therefore, there is no reason, in principle, why you could not build a CentOS userland on top of the Windows Subsystem for Linux.
It would be about as difficult as live-migrating a working Ubuntu box to CentOS, replacing binaries one by one until you’re suddenly running a CentOS userland on top of the kernel Ubuntu shipped.
Difficult, but do-able.
Get to work, Jerry. :)
On Thu, Dec 08, 2016 at 02:47:31PM -0700, Warren Young wrote:
No, but it does implement the kernel syscall interface and an ELF loader. Therefore, there is no reason, in principle, why you could not build a CentOS userland on top of the Windows Subsystem for Linux.
I have not tried it, but there is a tool which will let you switch to any other userspace published on the Docker Hub (which would include Fedora and CentOS): https://github.com/RoliSoft/WSL-Distribution-Switcher
I imagine (but have no actual idea) that the next evolution of this will simply be making Linux-based Docker containers work (without using hyperv as Docker does now).