How to query a remote docker registry
If you are having problems with kubernetes reporting ErrImageNotFound when pulling an image, you can eliminate the obvious by checking the registry in the following way.
Do a docker login:
Get your docker authentication token. Take the value for your registry url:
Do some curl operations.
List catalog:
List tags on an image: