diff options
author | Emile <hanemile@protonmail.com> | 2019-10-21 15:51:42 +0200 |
---|---|---|
committer | Emile <hanemile@protonmail.com> | 2019-10-21 15:51:42 +0200 |
commit | 11ae561508b4c58235e2111d60f8798cbaffdd6c (patch) | |
tree | 9b22eb8f764c58091068c762e9439f3adbe0d20e | |
parent | f436703ce802d505486a9c2550c00ab06be200bd (diff) |
added docker login to the setup
-rwxr-xr-x | setup.sh | 3 |
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..." |