Docker - kachick/dotfiles GitHub Wiki

I basically use podman or nerdctl for use of containers.
However I often require classic docker for compatibility. For example Dev Container, using podman makes strange errors even through they support podman.

And nerdctl also not yet supported https://github.com/microsoft/vscode-remote-release/issues/6014

I don't have any motivation to setup whole docker and maintain multiple engines in same host.
So, this case creating new vm and installs docker only in it.

In NixOS might be lima, WSL2 should import rather than installation multiple instances for a distro https://github.com/microsoft/WSL/issues/9977