restart docker, you can delete the data.tar file or keep it as a backup , docker containers/images should be running from the new location
@PTAHume commented on GitHub (May 5, 2023):
you can move it using the following, shut down docker then
```
wsl --shutdown
wsl --export docker-desktop-data C:\data.tar
wsl --unregister docker-desktop-data
wsl --import docker-desktop-data 'D:\some folder\on some drive\\' 'c:\data.tar' --version 2
```
restart docker, you can delete the data.tar file or keep it as a backup , docker containers/images should be running from the new location
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Originally created by @pi3roo on GitHub (Apr 30, 2023).
Hi, how can I change the installation path, in my case Catalina, to another disk?
@PTAHume commented on GitHub (May 5, 2023):
you can move it using the following, shut down docker then
restart docker, you can delete the data.tar file or keep it as a backup , docker containers/images should be running from the new location