Try to set rootless server on CentOs 7, following ...
# prefect-server
y
Try to set rootless server on CentOs 7, following https://docs.docker.com/engine/security/rootless/ not so clear to me how to install
newuidmap
 and 
newgidmap
also not so clear what exactly I should add to
/etc/subuid
 and 
/etc/subgid
if someone can help with a step by step example, it will be very helpful thanks
k
Hey @YD, we try our best to help, but noone on the team is really familiar with this, since this is more of a Docker question unfortunately. We’ll see if anyone in the community has any thoughts.
d
@YD we are running perfect server on openshift which require rootless. The only image we customize is the perfect UI one on which you need to update the setup on ngix to be rootless. @Kevin Kho do you think this is something that could benefit the community(
k
Yeah I think so. I think it’s the second time I’ve seen this.
d
Apology for the delay. Created a PR for prefect ui to run on rootless mode https://github.com/PrefectHQ/ui/pull/946
The change got merged. I expect the next release 0.15.3 should include the fix
👍 1