mendix / docker-mendix-buildpack

Build and Run Mendix in Docker
https://www.mendix.com
Apache License 2.0
82 stars 113 forks source link

Run container as non root #65

Closed bramvdklinkenberg closed 5 years ago

bramvdklinkenberg commented 5 years ago

Hi, I would like to know if there is a way to run the container as non root user? We will enable pod security and set policies so containers cannot run as root or in priviliged mode. This will have impact on our mendix containers, which are running as root.

dudk commented 5 years ago

Hello @bramvdklinkenberg. We have a PR in progress, you can check #64 for more information. Implementation is finished, it just goes through the final review stages and will be published to master as v2.0.0 very soon.

bramvdklinkenberg commented 5 years ago

Nice!