Earlier quoted context omitted.
Yes
Can I use Docker?
Bash on Ubuntu on Windows
31–40 of 434 posts
Re: Bash on Ubuntu on Windows
#32Re: Bash on Ubuntu on Windows
#33What a time to be alive! I'm holding out on upgrading to Win10 until I buy a new PC since my 7 -> 10 upgrade ties to hardware, but I hope to have that done by the end of next month. I can't wait to try this out. edit: Specifically, I want to understand to what extent - if any - will it allow some of the horror problems you have working with certain Python libraries (compiling Numpy on Windows is like pulling teeth) t…
If anything it's going to make it worse. When you type python in a command prompt which version is going to run, the windows version or the Ubuntu version? Even worse when you pip install a package what pip are you running, windows or Ubuntu? Python on Windows is painful mostly because of the amount of binary packages that have to be compiled since distributing binary packages hasn't been in vogue until only recently…
Re: Bash on Ubuntu on Windows
#34So, if I understand correctly, one can now run Docker containers "natively" on Windows?
This is not the case. Depending on your definition of native you could run Docker containers on Windows even before this. https://msdn.microsoft.com/en-us/virtualization/windowsconta...
Too bad, that would really be a game changer for me. Running bash itself though... yeah, ok, whatever. But maybe I'm not the target audience.
Re: Bash on Ubuntu on Windows
#35Earlier quoted context omitted.
If anything it's going to make it worse. When you type python in a command prompt which version is going to run, the windows version or the Ubuntu version? Even worse when you pip install a package what pip are you running, windows or Ubuntu? Python on Windows is painful mostly because of the amount of binary packages that have to be compiled since distributing binary packages hasn't been in vogue until only recently…
Command prompt should run the windows version and bash should run the linux version. Why would there be an issue here?
Re: Bash on Ubuntu on Windows
#36I can confirm that you can run (at least some) GUI apps if you start an X server on Windows (like Xming, etc.), and export DISPLAY.
yay! \o/ can you check what happens after you wake from sleep/hibernation? are those apps still fully functioning?
Re: Bash on Ubuntu on Windows
#37So 2016 is _finally_ the year of Linux on the Desktop?
All hail Winux though. (That's the name for this mix I came up with.)
Before you downvote this without thinking ... consider, for example, KDE is severely understaffed and this will deplete them further. Who will bother with X.org bugs and drivers now? What's the point? Who is your target audience? You need to drink a real big dose of Stallman kool-aid to continue with Linux if this thing on Windows works as promised.
I have been using Linux solely on my laptop since 2004. I am sick of the constant driver problems. Yes, yes, you can connect to your home router or the router in the cafe. Now go and try and connect to an enterprise network. Perhaps with VPN.
Re: Bash on Ubuntu on Windows
#38I've been using Docker for my dev environment (Python, Django, Postgres, etc). I expose a folder with my code to the Docker container so I can keep editing the code on Windows using Sublime. One thing that has been annoying me is the fact that I can't get Python code completion on sublime because Python and the packages are in the container. Does anyone know if it's possible to point Sublime to the Linux subsystem an…
Re: Bash on Ubuntu on Windows
#39So 2016 is _finally_ the year of Linux on the Desktop?
That being said, I'm typing this comment my workstation running Linux and I for one am getting very tired of this year of the Linux desktop joke.
What OS you run is an individual choice, stop trying to declare a single winner.
Re: Bash on Ubuntu on Windows
#40Earlier quoted context omitted.
Can I use Docker?
Linux docker? I doubt it--there's a lot of low level kernel stuff docker needs like creating a chroot. That said MS has been working on a docker version for Windows. I dunno if they ever released many details on what exactly it is though, it's been a while since I've much from them on it.