Enabling Images to Run with the USER Specified in the Dockerfile
By default, programs in OpenShift containers run with a user the uid of which is automatically pre-allocated by the cluster. As we need the EMS server to run with the specific uid required by NFS, we must create a new Security Context Constraint (SCC) to address this. We will export the existing restricted SCC and use it as a basis for our new SCC.
Procedure
Copyright © Cloud Software Group, Inc. All rights reserved.