top | item 47152831

(no title)

trueismywork | 4 days ago

Sorrt for may be a complete ignorant question but whats the use case of docker desktop as opposed docker cli

discuss

order

dns_snek|4 days ago

Docker Engine (the "CLI") only works on Linux. "Desktop" is supposed to offer a unified experience across platforms, it offers a GUI, ships Docker Engine inside a virtual machine so that it works on Windows and MacOS, and tries to make the VM as transparent/invisible as possible (with varying success) with filesystem mounts and network configuration.

kkapelon|4 days ago

It also includes a local k8s cluster. So you get 2 in 1 package.

normie3000|4 days ago

Why would you want that?