How do I move / update where all docker images and data goes to

Good Day,

I have a fresh install of Docker running and need to just move the location where all the docker data and images will reside.

I just need to update in docker where all its data and so form will live. I have nothing in docker yet, just installed it and need to move the “I guess” data directory where all data and so forth live to another path / directory

I did search online, but see many answers where other people will say that method is no longer valid. So came here to get the correct way to handle this. Im running the latest version of docker as of today.

Thanks,

1 Like

This should do the trick:

Thanks a million. That appears to have worked.