Docker For Windows kills my network on Windows 10 Bootcamp - windows

Running Windows 10 Pro in bootcamp on my Mac. When I install Docker for Windows, the system reboots after enabling HyperV and when it comes back, my network adapters are dead. Any solutions for this? I'm not a Windows guy, and not very familiar with how the network drivers work. They all appear to be set up correctly, but the main Windows driver just wont fire up.

For testing, you can use the alternative approach of:
not enabling the Hyper-V feature
add a VirtualBox for Windows on that Windows 10 pro (in Mac bootcamp)
See if you can create containers with the -d virtualbox driver instead of relying on Hyper-V.

Related

Running Windows 10 VM on Devstack Yoga Stable

I have created a Windows Server 2016 image for launching as an instance (or VM) in OpenStack, and it works fine. However, I have followed the same steps for Windows 10 Pro and used its corresponding virtio drivers to create a cloud image, which doesn't work. After importing and launching the VM, it gets stuck in the Windows 10 loading page, and nothing happens. I have installed Devstack Yoga (Stable version) on an Ubuntu 20.04.5 VM, and my hypervisor is KVM. I have a remote access to this VM, and I am not aware of the KVM configurations for this VM. Should I look for some particular parameter of the KVM hypervisor for my OpenStack VM? If yes, which parameters?

vmware in windows 10

I am using Amazon windows 10(2016 server) server for running my application.I need to run VMware in windows but it shows,
VMware Player and Hyper-V are not compatible. Remove the Hyper-V role from the system before running VMware Player.
I did not install Hyper-V even though VMware is not working, showing above statement.
If Hyper-V is installed you will need to uninstall it for VMWare to run, you can do this by:
Press the Windows key + X
Then go to `Programs and Features`
Click Turn Windows Features on or off
Open Hyper-V
Toggle if off and then click okay.
Note: you may need to restart the virtual machine afterwards.

complete windows app development on hyper-v virtual machine

I am about to buy a Windows 8 enabled machine and I intend to write a windows mobile app. I don't have access to any windows 8 machine but I am really curious about one feature.
Can I use hyper-v virtual machine of windows 8.1 guest OS to emulate windows phones? I mean complete app development in virtual machine itself. I suspect that virtualization of hardware could be a problem like in windows 7 virtual machine on oracle VirtualBox.
I intend not to install visual studio on host OS, probably its the best way to keep it working for years. Windows OS is touchy.
It is possible, but not with Hyper-V. You have to use VMWare. VMWare supports nested virtualization. You disable Hyper-V in your host OS, install VMWare, enabled nested virtualization in VMWare and than you can install and enable Hyper-V (needed by the emulators) in the guest OS.

Windows 8.1 phone emulator in Windows 8.1 VM?

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.

Run WinPhone7 Emulator on Windows7 under VirtualBox

My main OS is Windows XP. I install VirtualBox and now have Windows 7 under VirtualBox. I install WinPhone7 Emulator and try run it. But all that I can see is window of emulator with text "Windows Emulator is doing a complete OS boot...". I waited a very long time. I tried to reboot, reinstall the Windows7 and many more. Result of my attempts is zero. It is possible run WinPhone7 Emulator under Virtual Box? What I can do for work with WinPhone7 Emulator without switch main OS?
The emulator doesn't support running under a VM.
Setup and System Requirements for Windows Phone Emulator
The emulator is a VM itself which is partly what makes this unsupported.
Some people have had varying results running under unsupported environments such as XP, VMWare, Bootcamp... but as yet I've not seen anything posted for the VM you mention.
You have a step by step procedure here: Windows Phone 8 SDK on a Virtual Machine with Working Emulator
It uses VMWare but it does allows you to run the Windows Phone 8 emulator in a VM.
I've been using this for a few days with good results. I dont have a Windows Phone 8 device yet, so I didn't tried to deploy but its good enough to start playing with it.

Resources