I'm having Docker Desktop on my Windows PC. While checking the version of the docker in the registry it shows the version as 2.1.0.5
. But when I running the below command in the Windows CMD, it returns the version as 19.03.5
.
Which one is the correct version and why it's showing two different versions for a single application?
2.1.0.5
is possibly referring to docker desktop application's version not docker itself. – Darceydarci