Today I have cleaned up all my docker images to free some space on my machine, and then I discovered that I could not pull images from the docker registry, which returned the following error: docker.credentials.errors.InitializationError : docker-credential-secretservice not installed or not available in PATH After a quick search, I realized the fix is simple: sudo apt install golang-docker-credential-helpers This allowed me to move on with the image pulling.