How to run stolon as non-root user inside containers
There are environments where applications inside containers must not be executed as a root user, but as a non-root user. Currently stolon gets executed as root user inside the container. Is there a way to make it run as non-root?
Non-root user should be used inside all of the containers: keepers, sentinel and proxy containers.
This topic is duplicate with: https://github.com/lwolf/stolon-chart/issues/29 ( Can / should these be merged together. )
This description makes much more sense than in #29 and it is definitely something we should add.
Is there any update on this use-case?
This chart uses official docker images from the stolon and preferably this change should be done there.