By: ignacio cañon user 18 Mar 2016 at 6:37 a.m. CDT

3 Responses
ignacio cañon gravatar
Hi, I'm trying to evaluate Gluu-server, and I made a Dockerfile following the installation instructions for ubuntu:14.04.2. After .deb package installation, I get the following error: ``` mount: block device /dev is write-protected, mounting read-only mount: cannot mount block device /dev read-only ``` This happens after I try to execute init.d/gluu-server... start. Can you help me with this? it's supposed that docker build is running with root user, so this permissions issue shouldn't occurr.. Thanks in advance

By Mohib Zico staff 18 Mar 2016 at 6:59 a.m. CDT

Mohib Zico gravatar
Gluu Server's docker version is available in Enterprise. You can taste Gluu CE ( Community Edition ) easily with deb/rpm from [here](https://gluu.org/docs/deployment/).

By ignacio cañon user 18 Mar 2016 at 7:08 a.m. CDT

ignacio cañon gravatar
I'm just trying to installit via Docker for keeping clean my environment, as I'm evaluating gluu along with other solutions for the bank I'm working with. So basically after apt-get of .deb package and install, service start does not work for the reason I've mentioned earlier. I've seen the video at https://www.youtube.com/watch?v=MqzrLY49vp0 and basically I'm repeating the steps. Any clue?

By Adrian Alves staff 19 Mar 2016 at 12:22 a.m. CDT

Adrian Alves gravatar
Hello, our rpm/deb already contain a clean environment, it is failing because our init is trying to mount a device that in docker is protected or not available like /dev, also it will try to mount /sys and /proc. Not sure if you can run it inside of a docker unless this docker has all the privileges as our pkg need it. Adrian.-