docker-owa
docker-owa copied to clipboard
supervisord runs as root
When running in kubernetes, you cannot run processes in root. This is bad practice. What is the point of using supervisord?
1 container should be nginx 1 container should be owa 1 container should be mysql
When running in kubernetes, you cannot run processes in root. This is bad practice. What is the point of using supervisord?
1 container should be nginx
1 container should be owa 1 container should be mysql
Hi @thebetterjort! Thanks for your comments. I liked your decision! Your RP are wellcomed!
Hi, I cannot run the container has root, but the build fails when creating /etc/timezone in the entrypoint.sh, is there a workaround for this?