Updated with installation instructions

This commit is contained in:
WilliamMiceli
2019-01-16 17:41:42 -05:00
parent 23f9ddffa3
commit ade6f1fc35

View File

@@ -1,10 +1,13 @@
# Guacamole # Guacamole
Using official images only: ## Initial Setup
* guacamole/guacamole:latest
* guacamole/guacd:latest
* mysql:latest
### To-do List On the "guacamole" container, run:
* Allow LDAP authentication in place of MySQL authentication ``
* Make database initialization automatic, or provide instructions for it
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)