sleighzy/k8s-docker-registry

Steps after deployment

Opened this issue · 2 comments

Hi

Can you add to the read me some instructions for testing.

I have deployed but cannot seem to push from docker.

Hi @fabltd . Thanks for raising the issue. Presumably you are referring to the docker push command? Few questions below which might help me further.

  • are you also running this registry UI, can you login and access that ok?
  • have you run the docker login <docker registry url> command to login into your registry from the commandline?
  • what error are you getting on the commandline?
  • are there any errors when you look in the logs for your running registry?
  • is your registry insecure, in which case do you have an entry in your Docker settings to allow this insecure registry?

Hi @fabltd , did you have any further success with this?