docker private registry user creation
问题 I have created my private docker registry running on localhost:5000/v1 but it does not provide authentication, How to have username and password so that only authorized users can push an image to it. I am also not able to list all the images present in private registry, all document says running below command will list it localhost:5000/v1/search but it gives a blank json response as: { "num_results": 0, "query": "", "results": [] } How to resolve this? Thanks, Yash 回答1: An answer to your