IBM / clai

Command Line Artificial Intelligence or CLAI is an open-sourced project from IBM Research aimed to bring the power of AI to the command line interface.
https://clai-home.mybluemix.net/
MIT License
476 stars 73 forks source link

Suggestion: Default password echoed at the end of run docker script. #9

Closed madhavanpallan closed 4 years ago

madhavanpallan commented 4 years ago

In Ubuntu 18.04 while installing the Docker version and trying to ssh to start clai. It prompts for password. It would be kind to have the default password echoed at the end of docker run.

dowem commented 4 years ago

Did we make any progress on this one gents? It seems an easy enough request and it might help usability :)

madhavanpallan commented 4 years ago

Changing the last line of RunDockerImage.sh from

-----------------------------------------------------------------------------

echo 'User for ssh is root and the default pass Bashpass'

-----------------------------------------------------------------------------

                               to

-----------------------------------------------------------------------------

FGGREEN=echo "\033[32m" echo "${FGGREEN} User for ssh is root and the default pass Bashpass"

-----------------------------------------------------------------------------

highlights the text and supports the cause.