Collabora Docker#
Collabora Online is a collaborative online office suite based on LibreOffice technology. This is also the source for the Collabora Office apps for iOS and Android.
Docker#
docker run -t -d --name collabora -p 9980:9980 -e "username=admin" -e "password=123456" --restart always collabora/code
User: admin / 123456