WSL2 works flawlessly

Been using Rocky Linux in WSL2

podman pull rockylinux/rockylinux
podman create rockylinux
podman export --output=RockyLinux.tar {rockylinux container ID}
wsl.exe --import RockyLinux .\RockyLinux .\RockyLinux.tar

Been using podman and singularity for development work; is there any plans to put Rocky Linux on the Microsoft store as a free app similar to Ubuntu?

Yes, an official Rocky Linux for WSL / in the Microsoft Store is in the works.

3 Likes

Thanks, that’s cool, any ETA?