Installation on docker/CentOS

Hi, you probably posted on the wrong topic, since this problem has nothing to do with the title.
But I saw your problem when I tried to configure collabora in openshift.
I can say it has to do with permission, collabora docker image is not really a “state of the art docker image”

I can say it is possible to run the docker image (did 2 weeks ago)

This is how I did run it on a recent centos7

yum install docker
systemctl enable docker
systemctl restart docker

docker pull collabora/code
docker run -t -d -p 127.0.0.1:9980:9980 --restart always --cap-add MKNOD collabora/code

Can you please provide more infos about your deployment?

  • which opeating system do you use?
  • which docker image did you pull?
  • which capabilities did you grant to the docker image (mknod?)
  • which use is running it?
  • please post step by step how you produce this error.

PS: if you run centos7, I wrote ansible role to install collabora and nextcloud fully automated
https://galaxy.ansible.com/joe-speedboat/
cu chris