Officially supported container image for Kopano ONE suitable both for a stand alone installation and distribution through app stores such as the Univention App Center. Can only be used with a valid Kopano ONE subscription.
This project provides a container image that is self-contained and brings all the needed gear (like user management, database and mail transport) to get going with Kopano One. Running Kopano One in a container is as easy as executing the following command:
docker run -it -v /tmp/kopano-config:/etc/kopano -v /tmp/kopano-data:/var/lib/kopano -v /tmp/kopano-database:/var/lib/mysql kopano/kopano-one:latest
With the above command the container will at startup copy example configuration to /tmp/kopano-config
which can then be adapted for the local environment.
For more usage examples check the docs folder.
To disable the built-in database simply create the following file in the container /etc/service/mariadb/down
. This will prevent the automatic start of the database.