BIND9_NONROOT_UID

Constant BIND9_NONROOT_UID 

Source
pub const BIND9_NONROOT_UID: i64 = 101;
Expand description

UID for running BIND9 and bindcar containers as non-root

This UID corresponds to the ‘bind’ or ‘named’ user in most BIND9 images. Running as non-root improves container security by following the principle of least privilege.