Skip to content

Commit

Permalink
Handle docker as a provider
Browse files Browse the repository at this point in the history
  • Loading branch information
cdonati authored and scragraham committed Apr 12, 2018
1 parent 92364c6 commit 397e1fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/fast-start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ case "$PROVIDER" in
ADMIN_EMAIL="[email protected]"
ADMIN_PASSWD="$(cat /etc/hostname)"
;;
"CLUSTER")
"CLUSTER"|"Docker")
ADMIN_EMAIL="[email protected]"
ADMIN_PASSWD="appscale"
# Let's discover the device used for external communication.
Expand Down

0 comments on commit 397e1fe

Please sign in to comment.