Currently you can run podman machine init
, which will download Fedora CoreOS and install a new WSL distro.
But is it possible to install a custom WSL distro (e.g., Debian), install podman on it and finally add it to the podman installed on windows so it shows when I run podman machine list
? Or is it limited and I can only use CoreOS as a machine?
I know I can start the tcp service with podman system service start -t 0 tcp://localhost:8888
and then add it from Windows with podman system connection add user tcp://localhost:8888
, but that's not what I want.