Docker image which wraps an Olog system instance.
- Run
maketo build the image. Before doing that, changesetup-olog.shto reflect your LDAP settings.
To run this image, use Docker Compose, Swarm or Kubernetes configuration files provided in this project. Enjoy!
This image expects that the following variables be overriden when it is executed:
ADMIN_PASSWORDis the password used for administrative functions. It must used to access the web interface through the port 4848 or with anyasadmincommand inside the container. By default, it is set tocontrole.CERTIFICATE_PASSWORDis the password which will be used to create the auto-signed certificate for secure connections. The default value for this parameter iscontrole.
Database's environment variables:
DB_USERis the username used to connect to the database.DB_PASSWORDis the password.DB_NAMEis the database's name. The default value isolog.DB_URLis the database's hostname or IP address. The default value for this parameter is set to the hostname of the MySQL database container, i.e,olog-mysql-db.
LDAP authentication server's environment variables:
REALM_BASE_DNis the user base distinguished name.REALM_URLis the server's URL.REALM_SEARCH_FILTERis the user search filter.REALM_GROUP_FILTERis the group search filter.REALM_SEARCH_BIND_DNis the binding distinguished name. Optional parameter.REALM_SEARCH_BIND_PASSis the binding password. Optional parameter.
The image described by this project was pushed into this Dockerhub repo.