Hey all, Im in the process of messing around with ...
# golang
r
Hey all, Im in the process of messing around with a Pulumi configuration and doing a lot of setup & teardown. Occasionally I'll see the following error:
Copy code
docker:image:Image (service-dev1):
    error: Error saving credentials: error storing credentials - err: exit status 1, out: `error storing credentials - err: exit status 1, out: `The specified item already exists in the keychain.``
The only way to get rid of the error is to
pulumi up
the stack but comment out all code related to the docker image and services, forcing a re-creation.