Alpine is not a systemd-based distro, so Distrod will not implement Alpine-specific initialization. However, try `$ echo '' | sudo tee /etc/network/interfaces` and `> wsl --shutdown`. It will fix the network of Alpine. For network issues on other distros, the document to fix network will help. https://github.com/nullpo-head/wsl-distrod/blob/main/docs/re...
Hi! Thanks for trying Distrod! I've reproduced the problem except the part that it affects other distros. As a workaround, restarting the distro you installed should solve the problem.
`wsl --terminate Distrod`
The problem was caused by the fact that /etc/resolv.conf was not initialized during installation. Updated the README.md about the workaround. I'll publish the proper fix soon.
Thanks for trying Distrod again!
> isn't this a temp container that disappears when you shut it down
For this part, the container of Code-Server in OOTB Code-Server suite is a VM-like persistent and mutable container powered by LXD, so it doesn't disappear even if you shut it down.
As for the use case for Code-Server, it allows to access single server-powered environment from any computer as you guess. I personally use Code-Server from my iPad and laptop.