Collabora doesnt work

Hi there

I got a problem with collabora - it did work, but now without any reason (for me) it doesnt work anymore. I decided to set a new server for docker images only (before it was integrated with the webserver) so i do not break up my webserver with trying to fix it.

Fresh install of debian 8.8 64bit with docker-ce 17.06.0-ce.

If i did follow the official guide, it doesnt work because aufs will break up the collabora, the container did restart every 50 seconds. I did find the solution for that, by using devicemapper instead (old installation did work with devicemapper) but now im stuck, collabora is not restarting every 50 seconds, but its not online too â€Ļ

If i did follow the logs of collabora (docker logs --tail 100 --follow collabora) the only thing what i see is â€Ļ

loolforkit version details: 2.1.2 - 4f4593a office version details: { "ProductName": "Collabora Office", "ProductVersion": "5.3", "ProductExtension": ".10.15", "BuildId": "6a0cbf145d2f776076240e975719f4d9b2035f26" }

and then its quiet and no more logs are produced. Im also not able to reach the admin panel under /loleaflet/dist/admin/admin.html - the proxy will throw a 503 error and also when i did connect directly (with :9080/loleaflet/dist/admin/admin.html the connection will be refused.

Somebody have this issue too? Im little bit angry because docker should make your life easy, but in the moment docker is harrassing my life :wink:

Can please somebody help? Thanks

#docker info
`
Containers: 1
Running: 1
Paused: 0
Stopped: 0
Images: 1
Server Version: 17.06.0-ce
Storage Driver: devicemapper
Pool Name: docker-8:1-130634-pool
Pool Blocksize: 65.54kB
Base Device Size: 10.74GB
Backing Filesystem: ext4
Data file: /dev/loop0
Metadata file: /dev/loop1
Data Space Used: 2.421GB
Data Space Total: 107.4GB
Data Space Available: 14.43GB
Metadata Space Used: 2.163MB
Metadata Space Total: 2.147GB
Metadata Space Available: 2.145GB
Thin Pool Minimum Free Space: 10.74GB
Udev Sync Supported: true
Deferred Removal Enabled: false
Deferred Deletion Enabled: false
Deferred Deleted Device Count: 0
Data loop file: /var/lib/docker/devicemapper/devicemapper/data
Metadata loop file: /var/lib/docker/devicemapper/devicemapper/metadata
Library Version: 1.02.90 (2014-09-01)
Logging Driver: json-file
Cgroup Driver: cgroupfs
Plugins:
Volume: local
Network: bridge host macvlan null overlay
Log: awslogs fluentd gcplogs gelf journald json-file logentries splunk syslog
Swarm: inactive
Runtimes: runc
Default Runtime: runc
Init Binary: docker-init
containerd version: cfb82a876ecc11b5ca0977d1733adbe58599088a
runc version: 2d41c047c83e09a6d61d464906feb2a2f3c52aa4
init version: 949e6fa
Kernel Version: 3.16.0-4-amd64
Operating System: Debian GNU/Linux 8 (jessie)
OSType: linux
Architecture: x86_64
CPUs: 4
Total Memory: 1.963GiB
Name: docker
ID: TTH6:5T74:YPLI:KNFT:6L6M:UEWT:JXYH:47BX:33RD:3ZPY:EO7U:5YMC
Docker Root Dir: /var/lib/docker
Debug Mode (client): false
Debug Mode (server): false
Registry: https://index.docker.io/v1/
Experimental: false
Insecure Registries:
127.0.0.0/8
Live Restore Enabled: false

WARNING: devicemapper: usage of loopback devices is strongly discouraged for production use.
Use --storage-opt dm.thinpooldev to specify a custom block storage device.
WARNING: No memory limit support
WARNING: No swap limit support
WARNING: No kernel memory limit support
WARNING: No oom kill disable support
WARNING: No cpu cfs quota support
WARNING: No cpu cfs period support
`

Addition:

Same behaviour under freshly installed opensuse 42.2 â€Ļ collabora did start, but stuck on the same line (logs) and isnt accessible.

This driving me crazy!