As a technology, we understand the docker creates virtualization and there is a docker hub, where Docker images are stored.
To explain in simple words, what purpose does docker desktop serve?
Or why do I need to install Docker Desktop App to use Docker
If we need to use docker on linux server, do we need to install Docker Desktop there as well or there is some other way?
Docker as technology can only be run on Linux OS.
Docker Desktop does 2 things.
Thus we are able to run and use docker-cli on Windows/Mac even though these OS's do not support docker images/containers.