hyper-v

How to run Kubernetes and Docker at the same time on Windows 10 Pro?

天涯浪子 提交于 2019-12-11 17:24:58
问题 I would like to run Docker instances in my local Kubernetes cloud. I activated Hyper-V on my Windows 10 Pro to accommodate for Docker. Docker runs fine, I can use the CLI perfectly. Now I'm trying to run Kubernetes / Minikube. Unfortunately, Minikube gives me an error if I have Hyper-V activated. If I deactivate Hyper-V and reboot, Docker says that it cannot run without Hyper-V. That seems like a conundrum. Any tips or suggestions to have both running? I'd like to spin docker images in my

Unable to retrieve physical size of available storage for cluster

£可爱£侵袭症+ 提交于 2019-12-11 14:13:57
问题 I am half way down with my work and now stuck. I am trying to fetch information about available storage devices for a cluster. I am able to fetch the list of available storage devices but unable to retrieve the physical disk, available free space, etc of these available storage. I want like this. Is there any command to fetch physical disk name from Cluster Disk Name or directly can I get the disk details. For Shared Disk I am able to retrieve the details (Get-ClusterSharedVolume) but not for

How to set up a SharePoint 2010 developer machine?

此生再无相见时 提交于 2019-12-11 08:12:36
问题 As the release date for the public beta of SharePoint 2010 is coming closer and closer, I'm wondering how to set up a developer machine for it. I've heard that for developing on SharePoint a 64 bit system is needed and that Microsoft advises to use Windows 7 64 bit and install SharePoint 2010 on it. I think that won't be an option for me as I only have one computer here at work and I don't like to install SharePoint on the same machine that I use for my normal office work (email stuff,

Mercurial on IIS7 error when trying to clone repository

感情迁移 提交于 2019-12-11 04:36:22
问题 I have set Mercurial 1.51 up on a Hyper-V server running Windows 2008R2 and am trying to use IIS7 to serve the repositories. I followed these instructions which I had previously used when evaluating mercurial with success. All was going well I could see the repositories from with a browser but when I tried to clone the repository from the server I receive the following error: requesting all changes abort: HTTP Error 502: Bad Gateway I am not sure if this is an issue with IIS or Hyper-V or

docker error during connect - deamon is not running on Windows 10

僤鯓⒐⒋嵵緔 提交于 2019-12-11 02:35:53
问题 I am using Windows 10 pc. Recently I have downloaded docker for Windows and it was working fine. But, recently a problem occurred and is it not start anymore it just hang in the status starting. I haven't changed any configuration and I am wondering what may cause this problem. I use the latest version of docker. On my pc, Hyper-V is enabled and Containers are disabled. (Since, I son't use Windows container, I don't think it is necessary. ) On task bar, when I check docker icon. It is always

Unable to start: The running command stopped because the preference variable “ErrorActionPreference” or common parameter is set to Stop

三世轮回 提交于 2019-12-10 21:19:18
问题 I have installed the Docker for Windows in my windows 10 machine. When I'm trying to "switch to linux container" from "windows container", I'm getting an error. Unable to start: The running command stopped because the preference variable "ErrorActionPreference" or common parameter is set to Stop: 'MobyLinuxVM' failed to start. Failed to start the virtual machine 'MobyLinuxVM' because one of the Hyper-V components is not running. 'MobyLinuxVM' failed to start. (Virtual machine ID 2E563FF9-8F28

Android: Your CPU does not support VT-x

可紊 提交于 2019-12-10 13:17:18
问题 Your CPU does not support VT-x. Intel HAXM is required to run this AVD. Your CPU does not support VT-x. Unfortunately, your computer does not support hardware accelerated virtualization. Here are some of your options: 1) Use a physical device for testing 2) Develop on a Windows/OSX computer with an Intel processor that supports VT-x and NX 3) Develop on a Linux computer that supports VT-x or SVM 4) Use an Android Virtual Device based on an ARM system image (This is 10x slower than hardware

No option to enable Hyper-V in my BIOS settings

一个人想着一个人 提交于 2019-12-10 10:15:54
问题 I am new to Windows Phone 8 application development. I installed SDK 8.0. When I run my application, it shows an error telling me to enable Hyper-V. While searching, I found this MSDN documentation with a solution in the BIOS. But when go to my BIOS settings, then there are no such options available . Any suggestions? 回答1: Step 1: Enable Virtualization in BIOS You need to enable Virtualization Technology (VTx) under the System Security option in the Security tab of your BIOS management menu.

在Hyper-V中手动将.avhd合并到.vhd

那年仲夏 提交于 2019-12-10 05:14:45
在 Hyper-V 中手动将 .avhd 合并到 .vhd Hyper-V 使其他灾难恢复方案栩栩如生,可以在需要时利用这些优势使我们受益。 VM 快照是真正发挥作用的功能之一。快照基本上是将虚拟机当前正在运行的配置保存到快照差异磁盘文件( AVHD )的时间点,以后您可以从中返回该快照文件。本技巧将向您展示如何将 Hyper-V 快照手动合并到单个 VM 中以进行时间点还原。 创建差异磁盘时,不再修改原始 VHD ,并且仅在关闭电源后将快照与原始 vhd 合并。在灾难恢复方案中,有时可能需要手动合并快照( avhd ) 为此,您必须首先将最新 AVHD 文件的扩展名更改为 VHD 。 任何 VHD 差异磁盘( avhd )将始终转到其父级,而不是根父级。 因此,如果您有一堆 AVHD ,则每个视 HDHD 都取决于它之前的视听 - 就像梯子的横档 - 它们是顺序的。大多数人都有非常简单的线性快照链。示例: VHD-AVHD1-AVHD2-AVHD3-AVHD4 。(这里 AVHD4 是最新的,而 AVHD1 是最旧的) 。 AVHD4 的父级是 AVHD3 。 AVHD3 的父级是 AVHD2 。 AVHDn 的父级就是它的父级。 您需要开始从新 AVHD 到旧 AVHD 的合并才能完成合并操作。 要开始合并,请执行以下步骤 首先确定最新的AVHD(在我们的前身:AVHD4)

Docker - Docker for Windows 10

假装没事ソ 提交于 2019-12-08 23:34:11
总结:win10使用docker for windows版只适合Hyper-V模拟机 具体参考下面 前言 大概是兩年前,稍微玩了一點點的 Docker,不過當時的 Docker ,底層還是使用 Linux 核心, 所以不用說,自然也只有 Linux 的相關應用可以完美整合;所有很多寫 node.js 的朋友, 也就早早的整合進去使用了。 而那個時候,小弟我就覺得這東西還滿好玩的,所以當初就使用 Hyper-V Run Ubuntu 再 run Docker ( 因為底層必須是 Linux API ) 後來… 今年 3月 . Docker 推出原生版本的管理工具 Docker for Window 而當時,( 沒記錯的話 ),工具底層直接使用了 Alpine Linux ( Alpine Linux 當然是 Run 在 Hyper-V 下.. 只是這個 VM 的控管,是由 Docker 管理工具控管 Hyper-V 的 VM , 不用我們去處理 ) 所以簡單的說,這裡的原生,指的不是原生的 Windows API,而是不使用 VirtualBox. 而是使用 Hyper-V…但骨子裡,還是使用 Linux API . 而近年因 CEO 大換,而大走 Open Source 的 MS ,當然也很努力地在做這塊, 但這次,不是像以前一樣,是做一個新的 Container 來打