diff --git a/templates/Guacamole/0/README.md b/templates/Guacamole/0/README.md index 6eb7b41..453f2f5 100644 --- a/templates/Guacamole/0/README.md +++ b/templates/Guacamole/0/README.md @@ -1,10 +1,13 @@ # Guacamole -Using official images only: -* guacamole/guacamole:latest -* guacamole/guacd:latest -* mysql:latest +## Initial Setup -### To-do List -* Allow LDAP authentication in place of MySQL authentication -* Make database initialization automatic, or provide instructions for it \ No newline at end of file +On the "guacamole" container, run: +`` + +On the "mysql" container, run: +`cat /setup/initdb.sql | mysql -u root -p guacamole_db` + +## Post-Installation + +Make sure you create your own user account and delete the "guacadmin" user (or at very least change the password) \ No newline at end of file