about summary refs log tree commit diff
diff options
context:
space:
mode:
-rwxr-xr-xsetup.sh3
1 files changed, 3 insertions, 0 deletions
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..."