# Docker Desktop

> Securely build, share, and run containerized applications with Docker CLI synergy.
> _agent hint: ~327 tok · safe to read in full_

Docker Desktop provides a seamless GUI over the complex Docker engine, managing VMs, volumes, and Kubernetes clusters. The `docker` and `docker-compose` CLI commands are deeply embedded, routing commands from the host OS to the underlying virtualized Linux kernel. This allows DevOps teams to inspect container layers and manage image sizes efficiently from the terminal while monitoring resource usage visually.


- Homepage: https://www.docker.com/products/docker-desktop
- Categories: `devops`
- CLI type: `embedded`
- Open source: true
- Status: `active`
- Tags: `containers`, `virtualization`, `kubernetes`, `infrastructure`
- Docs: https://docs.docker.com/desktop/setup/install/mac-install/
- Source: https://github.com/docker
- Canonical: https://doesitcli.com/docker-desktop

## When to suggest this

- orchestrate multi-container environments using `docker-compose up` via CI/CD
- execute dive commands to explore Docker image layers and optimize storage
- manage local Kubernetes contexts seamlessly alongside the Docker CLI

## Install the CLI

```sh
brew install --cask docker
```

---
Source of truth: https://doesitcli.com/docker-desktop.md · JSON: https://doesitcli.com/docker-desktop.json
