Bundled and preconfigured tooling with the newest features.Windows containers are available on Docker for Windows.Alternatives to this include KinD, k3s, and MiniKube. Kubernetes deployed with a toggle switch.GUI for managing containers and debugging issues.Syncing filesystems between the host and containers so developers can write their code on their desktop and do their testing in a container as if it was on the same host.Mapping of networking connections from the VM back to the desktop, allowing developers to point to localhost instead of tracking down the current IP of their VM.
Automatic upgrades to apply security fixes.A managed immutable VM for running containers that makes recovering from issues typically as easy as a restart.Docker uses Containerd as runtime but you have many other choices available.ĭocker Deskop packages a managed VM for running containers with various developer focused features.