gaerfield / jedox-docker

Containerized Jedox-Instance

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

jedox-docker

Containerized Jedox-Instance

FAQ

Why does the container need tty and privileged - flags?

Jedox gets distributed with change-root-jails. The startup-script of "jedox-suite.sh" mounts several directories after applying changeroot, which needs privileged access.

Is there a way to summarize all mutable data into a single volume?

I tried to put all data in a single share-folder, with jedox (in /opt/jedox/ps) symlinking the folders within the share. Sadly this doesn't work with changeroot. I'm open to alternative ideas.

Links

About

Containerized Jedox-Instance

License:Apache License 2.0


Languages

Language:Dockerfile 60.5%Language:Shell 39.5%