tatmanblue
tatmanblue

Reputation: 1217

Docker complains it can not update my supported Windows 10

Docker is giving me a message "A Docker for Windows update is available, but your version of windows isn't supported anymore".

According to Docker docs: The current version of Docker for Windows runs on 64bit Windows 10 Pro, Enterprise and Education (1511 November update, Build 10586 or later). In the future we will support more versions of Windows 10.

According my system about page: I have Windows 10 Pro, 64bit, version 1511, build 10586:1511.

Based on that info, I should have current version.

Is the docker information I have wrong or is there another problem why I cannot get docker to update?

Thanks Matt

Upvotes: 0

Views: 633

Answers (1)

Guillaume Tardif
Guillaume Tardif

Reputation: 26

We updated the doc. Sorry, effectively we stopped supporting build 10586 in september, you will need to update to windows build 14393 at least to install Docker For Windows. (Alternatively you can use Docker Toolbox on windows)

Guillaume

Upvotes: 1

Related Questions