Failed to evaluate the prerequisites for containers. Could not find file 'C:\Users\***\AppData\Roaming\Docker\settings.json'.

Hello Everyone,

New to docker, can someone help me?

Docker’s latest version : v4.38.0

I am attempting to publish my web application to the Docker container registry on Docker Hub, but I am encountering the following error during the publishing process.

Microsoft.WebTools.Shared.Exceptions.WebToolsException: Failed to evaluate the prerequisites for containers. ---> System.ApplicationException: Failed to evaluate the prerequisites for containers. ---> System.IO.FileNotFoundException: Could not find file 'C:\Users\***\AppData\Roaming\Docker\settings.json'.

AnyIdea ??

According to the documentation the file should be called settings-store.json in newer Desktops: Change settings | Docker Docs

Have you upgraded to 4.38 from an older version? Or did you have any older Docker Desktop on your machine before?

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.