2

Windows 14393 is deprecatedI have Installed Docker desktop on Windows Server 2016 successfully but after installing it shows message. "Windows 14393 is deprecated".

Onwards when trying to start docker it prompts message "Failed to start virtual machine MobyLinuxVM because one of the Hyper-V components is not running"

enter image description here

200_OK
  • 131
  • 2
  • 15
  • Have you enabled hardware virtualization in the BIOS? It's off by default on many motherboards, and would prevent you from running docker. – ajax992 May 07 '19 at 20:16
  • yes hardware virtualization is enabled – 200_OK May 07 '19 at 20:19
  • In that case, take a look at this question [here](https://stackoverflow.com/questions/48255871/failed-to-start-the-virtual-machine-mobylinuxvm-because-one-of-the-hyper-v-com) – ajax992 May 07 '19 at 20:21
  • Tried all options none of them works for me. – 200_OK May 07 '19 at 20:24
  • Finally got this in docker documentation:- Docker Desktop is not supported on Windows Server 2016, instead you can use Docker Enterprise Basic Edition at no aditional cost. – 200_OK May 07 '19 at 20:25
  • If you figured it out, be sure to answer your own question in case other people have your same problem – ajax992 May 07 '19 at 20:26
  • https://docs.docker.com/docker-for-windows/troubleshoot/#hyper-v – 200_OK May 07 '19 at 20:28

1 Answers1

1

Docker Desktop is not supported on Windows Server 2016, instead you can use Docker Enterprise Basic Edition at no additional cost. For Installation and setup follow below link. https://hub.docker.com/editions/enterprise/docker-ee-server-windows

200_OK
  • 131
  • 2
  • 15
  • Also refer this link https://docs.docker.com/v17.09/engine/installation/windows/docker-ee/#update-docker-ee – 200_OK May 08 '19 at 17:29