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.
Docker Deskop packages a managed VM for running containers with various developer focused features. Some of the highlights include:
localhost instead of tracking down the current IP of their VM.docker compose (v2), Dev environments, multi-platform support, were all released early on Docker Desktop.For me, if you're a Windows or Mac user that doesn't want to be a Linux administrator, and wants your development experience to appear as if it's all running on your laptop instead of ssh'ing files to the server, Docker Desktop fills a nice role.
Further reading:
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With