Docker Desktop
Check if installed
docker version -f ""
If this says Docker Desktop
instead of Docker Engine - Community
- you are
using Docker Desktop.
Alternatives
Uninstall
Remove any "credsStore": …
key from ~/.docker/config.json
.
If there is a “context” line, run docker context use default
.
Then proceed with uninstall as usual.