Skip to content

Change AppData\Local\rancher-desktop on Windows #6296

Answered by jandubois
ymebrugts asked this question in Q&A
Discussion options

You must be logged in to vote

I don't have access to my Windows machine right now, so this is untested, but I expect it to work.

Rancher Desktop is using 2 WSL distros, rancher-desktop and rancher-desktop-data. The first one includes the software and is basically fixed size. The second one includes all the container images you build or pull from repositories, and can grow quite significantly.

Make sure you quit Rancher Desktop before trying to move the data. Note that the rancher-desktop-data.tar file will be quite large too, so put it on a disk with sufficient free space:

wsl --shutdown

wsl --export rancher-desktop-data rancher-desktop-data.tar

wsl --unregister rancher-desktop-data

wsl --import rancher-desktop-dat…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@razvan-pro
Comment options

Answer selected by jandubois
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants