I'm creating a virtual machine in Google Cloud with full access scopes
When I connect to the virtual machine by SSH and try to pull a docker image from Container registry, it throws permissions error:
So I wonder how do I give permissions for my Container registry
I thought giving full access to API would solve this problem, but it doesn't
By the way I know I can directly put image from container registry to compute engine, but this is not what I want, it's not gonna be only one image I'll be running, it's gonna be some of them