0

I'm trying to setup Docker on my PC but with a different path for images. Default is : C:\users<user>\AppData\Local\Docker... I want the solution that will work with linux container because on windows container i managed to change it. I mention that I tried:

  • to add the graph in daemon.json(after that docker didn't start anymore, it was freezing on STARTING)
  • to change from command prompt via wsl command by unregister the service and register back with another path(after the restart, it got stuck again on STARTING..

Thank you in advance!

Zeddicus
  • 11
  • 2

1 Answers1

0

After a lot of searching and trying, I found the solution by exporting as .tar and importing again into another directory path => How can I change the location of docker images when using Docker Desktop on WSL2 with Windows 10 Home?

Now all images that I download are targeting the new path. Lovely.

Zeddicus
  • 11
  • 2