Error puuling the image

Hi,

I am getting the folwing error while pulling the SQL Server images.

failed to register layer: re-exec error: exit status 1: output: BackupWrite \?\D:\ProgramData\Docker\windowsfilter\4b07a8bc3a32d6e84698d7bb6a36d186f383afe00a113efde7bb20b7e1425509\Files\Documents and Settings: Incorrect function.

Due to disk space issue on my C:\ I edited the C:\ProgramData\Docker\config\daemon.json and add following entry
“graph”: “D:\ProgramData\Docker”
to use D:\ as default image location.

Can you please help to resolve the error?

Thanks

You didn’t really follow the forum rules for providing reproduction information, so I can only guess.

Some information that might be helpful:

  • docker ps -a
  • docker info

Did you try restarting docker so it reloads the config? (Classic off and on again)

Did you try using docker rmi to clear images from the old location first, and then restarting?

Does the folder “D:\ProgramData\Docker” exist? (Or should there be a space?)

Sorry, without more information there’s not much I can help with.