From 897f17a32ab5a23f42cacaa03ef36d0887e61c1a Mon Sep 17 00:00:00 2001 From: Victoria Bialas Date: Fri, 2 Dec 2016 17:03:04 -0800 Subject: [PATCH] explain nested virtualization scenarios are not officially supported copy edit bullets Signed-off-by: Victoria Bialas --- docker-for-windows/index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docker-for-windows/index.md b/docker-for-windows/index.md index 26f33d29d6..ef277fbfa4 100644 --- a/docker-for-windows/index.md +++ b/docker-for-windows/index.md @@ -80,6 +80,8 @@ Hyper-V. detail see [Virtualization must be enabled](troubleshoot.md#virtualization-must-be-enabled) in Troubleshooting.

+* Nested virtualization scenarios, such as running Docker for Windows on a VMWare or Parallels instance, might work, but come with no guarantees (i.e., not officially supported). +

* **What the Docker for Windows install includes**: The installation provides [Docker Engine](https://docs.docker.com/engine/userguide/intro/), Docker CLI client, [Docker Compose](https://docs.docker.com/compose/overview/), and [Docker Machine](https://docs.docker.com/machine/overview/). ### About Windows containers and Windows Server 2016