From 812703bfb91356fcb9b0ad0f414e5ad5d2535b53 Mon Sep 17 00:00:00 2001 From: "Alex Ellis (OpenFaaS Ltd)" Date: Tue, 11 Feb 2020 22:39:13 +0000 Subject: [PATCH] Add docker-registry to readme Signed-off-by: Alex Ellis (OpenFaaS Ltd) --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index aa637742..0719d3bd 100644 --- a/README.md +++ b/README.md @@ -149,6 +149,9 @@ k3sup app install cert-manager # nginx - install the Nginx IngressController # PC, RPi and ARM64 k3sup app install nginx-ingress + +# docker-registry - host your own registry +k3sup app install docker-registry ``` Find out more with: @@ -175,6 +178,7 @@ Apps that you can install today: * kubernetes-dashboard * istio * crossplane +* docker-registry Want to request an app? [Raise an issue](https://github.com/alexellis/k3sup/issues) or let me know on [Slack](https://slack.openfaas.io).