Replies: 2 comments 3 replies
-
Hi @antoba, I was looking for this same info but the answer is either hard to find or does not exists. So, I used my WSL knowledge to create a possible one. I answered on SO and I gave the steps to move a WSL disk, but it is true only if podman does not have coupled settings somewhere else. I am not pro for podman but I use WSL images on my bigger disk a lot. On my PC, I created a default machine on C and moved to D this way. I ran the example podman without any problem. So, try it now at your own risk, or read a bit more if there are some couplings created on first initialization. Please give feedback later. |
Beta Was this translation helpful? Give feedback.
-
@yilmazdurmaz Are you using wsl2? "--import-in-place" is not valid at my situation,so i use "wsl --export" and then "wsl --import" to move the podman-machine-default distribution to another driver, and finally i can use "wsl -d podman-machine-default" to login into that VM. The new problem comes, my windows 10 system can not communicate with the new location vm, podman looks like using ssh to communicate with the vm: i have no idea how to establish a new connection between the new vm and the host. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I installed "Podman Desktop" (on windows 10), now i need to move the folder in which podman save containers to another disk because it reached 50GB (!), i notice that the default is in "C:\Users\my_user\.local\share\containers...", i want to move it to "D:\podman" (for.ex)
(For now i created a symbolik link)
This for more :
https://stackoverflow.com/questions/77330102/change-podman-storage-folder
Many thanks !
Beta Was this translation helpful? Give feedback.
All reactions