Skip to content

How to Install Docker on Windows Server 2019 EC2 Instance?

0

I'm trying to install Docker Desktop on my Windows Server 2019 EC2 instance, but I keep getting the following error message:

"We've detected that you have an incompatible version of Windows. Docker Desktop requires Windows 10 Pro/Enterprise/Home version 19044 or above. To continue with the installation, upgrade Windows to a supported version and then re-run the installer."

How can I resolve this issue and successfully install Docker on my Windows Server 2019 instance?

asked 2 years ago2.8K views
2 Answers
2
Accepted Answer

From the Docker documentation: Install Docker Desktop on Windows

Enter image description here

Following the link to Microsoft's page. Enter image description here

Hope this helps!

AWS
EXPERT
answered 2 years ago
EXPERT
reviewed 2 years ago
1

Hello.

As stated in the document below, Windows Server 2019 is not supported by Docker Desktop.
In other words, it cannot be installed.
https://docs.docker.com/desktop/install/windows-install/

Docker only supports Docker Desktop on Windows for those versions of Windows that are still within Microsoft’s servicing timeline. Docker Desktop is not supported on server versions of Windows, such as Windows Server 2019 or Windows Server 2022. For more information on how to run containers on Windows Server, see Microsoft's official documentation.

If you want to use Docker on Windows Server, I think you need to install something like Docker Community Edition.

EXPERT
answered 2 years ago
EXPERT
reviewed 2 years ago
EXPERT
reviewed 2 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.