Dockerfile for quassel-core.
This Container isr based on Alpine.
All dependencies (like Qt5, Ldpa, QCA) will created inline for an smaller container and dependencies.
https://github.com/Lazza/quassel-manage-users
Your can use the included Makefile.
- to build the Container:
make - to remove the builded Docker Image:
make clean - starts the Container with a simple set of environment vars:
make start - starts the Container with Login Shell:
make shell - entering the Container:
make exec - stop (but not kill):
make stop
Please read Contribution
QUASSELCORE_LISTENQUASSELCORE_LOGLEVELQUASSELCORE_PORTQUASSELCORE_USERquasselcoreQUASSELCORE_PASSWORDquasselcore
LDAP_HOSTNAMEURI of the LDAP server - e.g.ldap://localhostorldaps://localhostLDAP_PORTPort of the LDAP server.LDAP_BIND_DNBind DN of the LDAP server.LDAP_BIND_PASSWORDBind password for the bind DN of the LDAP server.LDAP_BASE_DNSearch base DN of the LDAP server.LDAP_FILTERSearch filter for user accounts on the LDAP server e.g.(objectClass=posixAccount)LDAP_UID_ATTRUID attribute to use for finding user accounts. e.g.uid
4646: quasselcore