From e006a1bdcd87f4f9acf5fb447354cb8562281df9 Mon Sep 17 00:00:00 2001 From: Marwolf Date: Fri, 10 Aug 2018 22:04:58 -0400 Subject: [PATCH] Removal of not needed docker login command --- Setup_Linux_Mac.sh | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Setup_Linux_Mac.sh b/Setup_Linux_Mac.sh index 26a23ed..db78da8 100755 --- a/Setup_Linux_Mac.sh +++ b/Setup_Linux_Mac.sh @@ -490,12 +490,6 @@ elif [ "$choice" == "2" ]; then echo "You have picked ${GREEN}Deployment for a publicly hosted server!${NC}" echo "" echo "" - echo "Logging into Docker Hub to get the required images." - echo "You may first need to register an account at ${RED}dockerhub.com${NC}" - echo "" - sudo docker login - echo "" - echo "" echo "Starting up the Docker containers and stopping any existing ones." echo "" sudo make stop