You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for quick and slick UI that just plain works!
Can you tell me how to get an insecure configuration working. I just cant seem to figure out how to push or pull from a docker client. I get https errors.. I know its probably because no TLS certs are loaded on either side. I would like s simple insecure registry is all.
Could you help with a quick config?
My host is Centos7
Running the docker compose "credentials" file out of examples/ui-as-proxy to get all spun up.
Thanks!!
The text was updated successfully, but these errors were encountered:
I get helped from [http://stackoverflow.com/questions/38695515/can-not-pull-push-images-after-update-docker-to-1-12], two steps in total to solve this issue:
Create or modify /etc/docker/daemon.json { "insecure-registries":["myregistry.example.com:5000"] }
Restart docker daemonsudo service docker restart
I hope this may help others.
Thank you again for the simple and effective UI to the registry!
Hey Joxit,
Thanks for quick and slick UI that just plain works!
Can you tell me how to get an insecure configuration working. I just cant seem to figure out how to push or pull from a docker client. I get https errors.. I know its probably because no TLS certs are loaded on either side. I would like s simple insecure registry is all.
Could you help with a quick config?
My host is Centos7
Running the docker compose "credentials" file out of examples/ui-as-proxy to get all spun up.
Thanks!!
The text was updated successfully, but these errors were encountered: