How to move docker images out to external hd?

Use
win 11, docker desktop
and use docker pull python from git cli as directed in this tutorial

questions:

  1. how to move those images out to external hard drive?
  2. also, how to direct those images into an external hard drive location because my hd capacity is only 250GB.

thanks

I’m not sure what your goal is and why you ask it in the Docker Hub category (I will move the topic), but you can’t just move images to an external hard drive. You could move the entire Docker data root but not with Docker Desktop. If you have Docker Desktop, you could try to move the virtual machine’s disk to an external hard drive. Or maybe you mean you want to export images, but you must have a final goal with it and I’m also not sure the right solution is to export images. You should use a registry and push the images to the registry. Do you want to work in an offline (air-gapped) environment where you can’t pull the images from the registry?