Hello guys,
I’m using Docker Terminal on windows and i’m trying to push an image on google clouddocker push my-image:0.1
but the system said:“unauthorized: access to the requested resource is not authorized”
So i tired to run gcloud login
but it seems that it can’t find the command
Following a tutorial i tried to install gcloud-sdk in my docker terminal curl -sSL https://sdk.cloud.google.com | bash
but the installation failed: WindowsError: [Error 145] The directory is not empty: ‘C:\Users\diego\google-cloud-sdk’
Any suggestion i don’t know what to do now