From 74a1a4af2f7ed96ed2bab6e81a288a7049ae1341 Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Sat, 9 Oct 2021 08:48:46 +0300
Subject: [PATCH] reg alias.

I limit the HTTP verbs in Nginx by the source IP address, so run reg on
that host.
---
 .bashrc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.bashrc b/.bashrc
index 403ce67..8972fe2 100644
--- a/.bashrc
+++ b/.bashrc
@@ -149,6 +149,7 @@ alias presentation='docker dev registry.shore.co.il/presentation'
 alias rc_make="make --directory $HOME --always-make"
 alias rc_update="rc_make vendored generated"
 alias red="printf '\e[1;91m%s\e[0m\n'"
+alias reg='ssh ns4.shore.co.il docker exec registry_reg_1 reg'
 alias restart-kodi='ssh kodi.shore.co.il "sudo systemctl kill --kill-who=all --signal=9 xorg.service"'
 # shellcheck disable=SC2032
 alias rm='rm --dir'
-- 
GitLab