You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried this after seeing you post. If you have Rancher Desktop installed the docker cli is available at /mnt/c/Program Files/Rancher Desktop/resources/resources/linux/bin/ and the docker socket is at /mnt/wsl/rancher-desktop/run/docker.sock.
You can connect by
adding /mnt/c/Program Files/Rancher Desktop/resources/resources/linux/bin/ to your PATH
setting the DOCKER_HOST env to unix:///mnt/wsl/rancher-desktop/run/docker.sock
chowning the permissions on /mnt/wsl/rancher-desktop/run/docker.sock to your user
Everytime rancher restart the permissions on /mnt/wsl/rancher-desktop/run/docker.sock will reset.
I am using home-manager so I put this in my configuration
The write protection needs to be removed before the file can be edited. Afterwards enabling the integration should work the same as with other distros. This should probably be reported to the Rancher Desktop repo and fixed there.
Problem
Rancher desktop integration don't work with nixos distro
Solution
Add support for rancher-desktop integration optional feature flag
The text was updated successfully, but these errors were encountered: