orchestrator icon indicating copy to clipboard operation
orchestrator copied to clipboard

Docker: run orchestrator as non root user

Open garutilorenzo opened this issue 3 years ago • 0 comments

Run orchestrator as non root user for security reasons (Docker best practices) I will submit a pull request with the necessary changes. In short:

  • create a user named "docker" UID 1000
  • create a group named "docker" GID 1000
  • run chown on /app direcotry and /etc/orchestrator.conf.json file

garutilorenzo avatar Mar 04 '21 09:03 garutilorenzo