From 11ae561508b4c58235e2111d60f8798cbaffdd6c Mon Sep 17 00:00:00 2001 From: Emile Date: Mon, 21 Oct 2019 15:51:42 +0200 Subject: added docker login to the setup --- setup.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup.sh b/setup.sh index a88be68..bc45c83 100755 --- a/setup.sh +++ b/setup.sh @@ -40,6 +40,9 @@ read -e -p "Grafana admin pwd: " -i "secret" GF_SECURITY_ADMIN_PASSWORD echo "GF_SERVER_ROOT_URL=$GF_SERVER_ROOT_URL" > grafana.env echo "GF_SECURITY_ADMIN_PASSWORD=$GF_SECURITY_ADMIN_PASSWORD" >> grafana.env +echo "Login to the darknebu.la registry to pull the images:" +docker login registry.darknebu.la + # pull some docker images needed from the darknebu.la registry such as the # companion container and the vpn container echo "Pulling docker images needed..." -- cgit 1.4.1