How remove complelely Old Docker Engine on win 10

I have setup docker engine in 2018 on a win 10 but don’t remember exactly how I did setup.
When I reun
docker version
I get

Client:
 Version:       master-dockerproject-2018-02-22
 API version:   1.37
 Go version:    go1.9.4
 Git commit:    ef7d8be8
 Built: Thu Feb 22 23:50:16 2018
 OS/Arch:       windows/amd64
 Experimental:  false
 Orchestrator:  swarm
Server:
 Engine:
  Version:      master-dockerproject-2018-02-22
  API version:  1.37 (minimum version 1.24)
  Go version:   go1.9.4
  Git commit:   8b8a0e2
  Built:        Thu Feb 22 23:57:24 2018
  OS/Arch:      windows/amd64
  Experimental: false

I need to remove it completely in order to install latest docker desktop, how this can be done?
Thanks in advance

For me it looks like someone installed Docker from binary built from a master repository. You can find binaries here:

https://master.dockerproject.com/

So it was actually a nightly build and in that case, you probably need to find the binaries and services and delete that if there is no uninstaller. But first, since it is Windows, check if you find Docker in the list of installed programs where you could normally uinstall programs.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.