Run Docker Registry with TLS
There are many instances that I need to do this. Especially if I am installing K8s in an internet restricted environment (example: [Install TKG in Internet restricted env][install-tkg-internet-restricted])
So I like to use [docker registry][docker-registry] and [mkcert][mkcert] to play with this scenario
-
Create directories for certs and data
mkdir -p data certs