Dynatrace / Dynatrace-AppMon-Docker

The home of Dockerized components of the Dynatrace Application Monitoring enterprise solution.
MIT License
66 stars 36 forks source link

Use as non-privileged container #18

Closed lainra closed 6 years ago

lainra commented 7 years ago

Hello,

Is it possible to use the dockerized Dynatrace server as a non-root user? CaaS users cannot run privileged containers on the platform so that would mean we cannot use Dynatrace for containers at all.

When DT server is run in Openshift, it crashloops.

/opt/dynatrace/run-server-process.sh: line 2: /opt/dynatrace/dtfrontendserver: Permission denied
/opt/dynatrace/run-server-process.sh: line 3: /opt/dynatrace/dtserver: Permission denied

Cheers,

Lain92

BlazejT commented 6 years ago

@Lain92

Possibility of running Dynatrace Appmon services as non-root user is added in 514cd34b44 commit.

Let us know if it does work for you.

Thanks, BT

lainra commented 6 years ago

Hi @BlazejT,

Thank you very much for your implementation, it covers our need perfectly.

Sincerely,

Raphael