Unattended silent update fails

I want to update remotely and silently or unattended the Docker installation without users losing their container images.
The first install worked with “install --quit” options, but it doesn’t work with the upgrade.
Maybe it’s needed to uninstall docker for windows and reinstall the new version, but how can I make a silent uninstall and without losing any conainers/images?

Use batch file with the next line: start cmd /k “start docker_desktop_installer.exe install --quiet”
And run as Admin.