Some issues i was facing when trying to get this to run on my Debian Jessie (Got a "We are sorry, this is an unexpected connection error. Please try again" error).
- You need the Linux Image from Debian Jessie Backports (currently 4.6+74~bpo8+1), probably for the same reason why the docker container is not supported on Ubuntu 14.04
- It might be needed that you start your docker container with the --dns parameters like:
docker run -t -d -p 127.0.0.1:9980:9980 -e "domain=cloud\.example.\.com" --dns 8.8.8.8 --dns 8.8.4.4 --restart always --cap-add MKNOD collabora/code
- If you're running an iptables script / firewall make sure that you're starting docker afterwards as it will add some additional NAT rules to your iptables
When using the documents app you also need to disable that app before you're able to set the server name in your admin backend. Afterwards you can enable the documents app again: