My OpenShift Journey #4: Run Unprivileged Containers with systemd in OpenShift: Part 1 – Deployment
For our ongoing transition from Jenkins to OpenShift, we’re currently working on porting our testing infrastructure to OpenShift. Our tests involve installing and running our product, NetEye, in a container. The installation requires a working systemd environment inside the container, and systemd needs to run with PID 1 and as root user (UID 0). Until…
Read More