A Secure Docker 2.0 Registry with Basic Authentication
There are many guides on web about how to run a v2 Docker Registry, including the offical documentation. However, I couldn't get a secure, password protected registry to start up after reading offical documentation. Other guides recommend using nginx as a proxy to implment basic authentication, but the offical documention ... Read more »