Tag: ssl
-
Solution for Docker Registry Error: certificate signed by unknown authority
If you are running a private Docker Registry, the Docker ecosystem makes it very difficult to run without SSL in place. Even thought the out-of-the-box Docker Registry container runs without SSL, over HTTP, many things won’t work properly, or at least easily, without installing SSL certificates. You can learn how to configure the registry server…