container-rhel-examples
container-rhel-examples copied to clipboard
This repository recommends making /etc/passwd group writable so that the uid_entrypoint script can add a user. At the very least, the uid_entrypoint script should end by removing the group write...
Using nsswrapper is no longer the recommended method. The preferred suggestion now is to make ``/etc/passwd`` and ``/etc/group`` writable and add entries from the ``ENTRYPOINT`` script. See section 'Support Arbitrary...
https://github.com/CentOS/container-index/blob/master/index.d/container-examples.yml e.g. `$ docker pull registry.centos.org/container-examples/starter-arbitrary-uid`