I am trying to push an image using docker - not gcloud* - to the google container registry. I have credentials and I have used the Json auth option.
I log into the registry by typing the following command
docker login -u _json_key -p "$(cat filekey.sjon)" https://us.gcr.io/myregistry
It returns with
Log in succeeded
After this I use
Docker push
It begins pushing and then returns with
denied Unable to access the repository, please check that you have permission to access it
Is it possible to use docker to push to google container registry without gcloud?