CorentinTh / it-tools

Collection of handy online tools for developers, with great UX.
https://it-tools.tech
GNU General Public License v3.0
23.23k stars 2.81k forks source link

Can't run docker on OpenShift #1134

Open DataOps7 opened 6 months ago

DataOps7 commented 6 months ago

Describe the bug

Because the docker uses nginx, it's unable to run on OpenShift kubernetes. To solve, we can use nginxinc/nginx-unprivileged as the Docker base image.

What happened?

Got permission denied when accessing /var/cache/nginx/client_temp

System information

not applicable

Where did you encounter the bug?

A self hosted

Sevenlive commented 4 months ago

Any information regarding it? I'm happy to contribute if we go this route.