Category: docker
-
+
+
+
+
+
+
Docker registry is an integral part of each k8s cluster. It stores standalone application executables in form of docker images. In general, we have two options to store docker images: As always, self-hosting gives a set of advantages: Let’s take a look at possible self-hosted options: As I am interested…