I cannot launch Docker Desktop. It show message Something went wrong
Creating “rootNode” subnodes: constructing “BackendServices” in “rootNode”: doing migrations: reading actual settings: invalid character ‘/’ looking for beginning of value
Same error, but I’m on Ventura. It started yesterday when I gave docker more storage, which was only ~25% of my available disk space. It spun forever trying to make changes, and I’ve been down the path of uninstalling, restarting, delete docker’s files, updating to Ventura, trying old versions of Docker.
This error message suggests that there is a problem with the configuration files for Docker Desktop.
Here are some steps you can try to resolve the issue:
Restart your computer: Sometimes, simply restarting your computer can resolve the issue.
Delete the configuration files: Delete the Docker Desktop configuration files and restart the application. On Windows, these files are stored in C:\Users\<UserName>\AppData\Roaming\Docker. On macOS, they are stored in ~/Library/Application Support/Docker.
Reinstall Docker Desktop: Uninstall Docker Desktop and then reinstall the latest version.
Check for corruption in the configuration files: Check for corruption in the Docker Desktop configuration files. This can be done by manually reviewing the files or using a tool like jq to validate the JSON formatting of the files.