WSL stands for Windows Subsystem for Linux. Is it even available on EC2?
All the guide I found talks about Windows Desktop, not server.
According to the docs: https://aws.amazon.com/about-aws/whats-new/2018/05/amazon-ec2-now-offers-windows-server-version-1709-and-1803-amis/
You can now use 1803 update with support for WLS.
As of August 2017, WSL is available on Windows Server insider builds..
Although I haven't tried it, I assume you could start a Windows Server 2016 instance and enable Windows Insider updates.
The installation guide for installing WSL on Windows Server is here.
Related
I downloaded desktop meet some error, and I found the docker desktop didn’t support on windows server.
Then I wanted to run a linux image in windows server, but I can’t find how to trans windows mode to linux mode.And more I didn’t find the dockercli.exe.
So now my question is:
dose windows server support linux mode?
If it does, how to change to such mode?
if not, how to run linux container on windows server 2019?
To run docker on windows server 2019, try this
https://computingforgeeks.com/how-to-run-docker-containers-on-windows-server-2019/
You should also install WSL Feature
I need to install WSL or windows Terminal to use it as a visual studio code terminal but I only find tutorials for windows 10 or windows server (2016, 2019)...
I don't know if I can install them or not on windows server 2008 r2.
Could you help me please?
Unfortunately WSL is not available for Windows Server 2008r2. The best you can achieve is to either to install Linux in a virtual machine leveraging HyperV on 2008r2, or perhaps using VMware Workstation or Virtualbox. Alternatively, for something more light weight you might get away with installing something like
Cygwin instead.
Unfortunately not. You can use Cygwin instead. It's old and out of date, but then so is Windows 2008, isn't it?
I am trying to use the tensorflow-GPU serving in the windows 10 system. But I haven't found any solution for installing the Nvidia docker for windows. Please give me a suggestion, how to use the Windows machine GPU in deployment.
Neither of nvidia-docker and nvidia-container-runtime have support for Windows, and there are no plans so far to support the OS either. Only linux host is supported.
Check the FAQ here:
Is macOS supported?
No, we do not support macOS (regardless of the version), however you
can use the native macOS Docker client to deploy your containers
remotely (refer to the dockerd documentation).
Is Microsoft Windows supported?
No, we do not support Microsoft Windows (regardless of the version),
however you can use the native Microsoft Windows Docker client to
deploy your containers remotely (refer to the dockerd
documentation).
I have a Windows 10 machine. Recently I have installed Hyper-V 2016 server on my machine. From then whenever I start my system I only see a blue screen with various commands. I do not see any other thing other than that. Now how can I go back to my normal Windows machine?
See this image for reference:
you had Windows 10 installed on your machine now you have Microsoft Hyper-V Server 2016.
I assume you downloaded an ISO and installed that one. Whereas within Windows 10 you only have to activated a feature called Hyper-V.
Grap your latest Backups and install Windows 10 back onto your machine.
KR
Guenther
I connect to a Windows 8.1 Pro VM through Hyper-V running on Windows Server 2008.
It looks like in order to run the Windows 8.1 phone emulator, you need to be running Windows 8.1 Pro that is capable on running Hyper-V.
Since I am already connecting to Windows through a VM, will I not be able to enable the necessary Hyper-V features to be able to start the Windows phone emulator?
An often found solution is to run the VM inside VMWare. This allows you to enable Hyper-V inside the virtual machine. Here's a detailed step-by-step guide.
As an alternative, it appears to be possible to enable Hyper-V inside the VM using the powershell command Add-WindowsFeature -name RSAT-Hyper-V-Tools, as found on this blog.
Both of these scenario's are unsupported, but appear to work fine.