Hello.
I have installed the Collabora software from Docker, but I have the problem above.
I install Collabora as the nextcloud documentation sais with the command
sudo docker pull collabora/code
After that I put the next command in the CLI
sudo docker run -t -d -p 127.0.0.1:9980:9980 -e âdomain=collabora\.tiraquelibras\.comâ --restart always --cap-add MKNOD collabora/code
The docker ps shows the proccess working in the 9980 port
pi@raspberrypi:/etc/apache2/ssl $ sudo docker ps
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
ebe2c96f768d collabora/code â/bin/sh -c 'bash âŚâ 3 seconds ago Up Less than a second 127.0.0.1:9980->9980/tcp adoring_edison
But this port is not up
pi@raspberrypi:/etc/apache2/ssl $ netstat -an | grep 9980
pi@raspberrypi:/etc/apache2/ssl $
And inmediatly the ps hiddes the port
pi@raspberrypi:/etc/apache2/ssl $ sudo docker ps
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
ebe2c96f768d collabora/code â/bin/sh -c 'bash âŚâ 12 seconds ago Restarting (1) Less than a second ago adoring_edison
The docker log shows these lines:
pi@raspberrypi:/etc/apache2/ssl $ sudo docker logs ebe2c96f768d
standard_init_linux.go:178: exec user process caused âexec format errorâ
standard_init_linux.go:178: exec user process caused âexec format errorâ
standard_init_linux.go:178: exec user process caused âexec format errorâ
standard_init_linux.go:178: exec user process caused âexec format errorâ
standard_init_linux.go:178: exec user process caused âexec format errorâ
standard_init_linux.go:178: exec user process caused âexec format errorâ
standard_init_linux.go:178: exec user process caused âexec format errorâ
standard_init_linux.go:178: exec user process caused âexec format errorâ
standard_init_linux.go:178: exec user process caused âexec format errorâ
standard_init_linux.go:178: exec user process caused âexec format errorâ
Then, when I try to edit any document it shows that I havenât permissions??? âAccess deniedâ
And the apache logs shows that:
[Wed Mar 15 18:57:18.133657 2017] [authz_core:error] [pid 21624] [client 212.89.2.250:31639] AH01630: client denied by server configuration: /var/www/nextcloud/data/.ocdata
I havenât any firewall running:
pi@raspberrypi:/etc/apache2/ssl $ sudo service iptables status
â iptables.service
Loaded: not-found (Reason: No such file or directory)
Active: inactive (dead)
Anyone know what could happend?
My docker version is:
pi@raspberrypi:/etc/apache2/ssl $ sudo docker version
Client:
Version: 17.03.0-ce
API version: 1.26
Go version: go1.7.5
Git commit: 60ccb22
Built: Thu Feb 23 11:32:23 2017
OS/Arch: linux/arm
Server:
Version: 17.03.0-ce
API version: 1.26 (minimum version 1.12)
Go version: go1.7.5
Git commit: 60ccb22
Built: Thu Feb 23 11:32:23 2017
OS/Arch: linux/arm
Experimental: false
Thank your for your help!!!
Regards
