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!