|
|
|
|
|
by kkapelon
1731 days ago
|
|
Docker Desktop also includes a full Kubernetes distribution. It is actually the easiest way to get a local K8s cluster on Windows or Mac. Docker desktop also includes Docker-compose (a way to chain multiple docker container together) And of course the UI. Podman is just replacing the basic docker CLI. I would say that podman replaces about 20% of what Docker desktop offers. |
|