Terminology Index

Glossary

2953 terms

Open concept maps
N
6

Non-Root Container Execution

Non-root container execution runs the workload as a dedicated unprivileged operating-system identity instead of UID 0 inside the container.

It limits some post-compromise actions but does not replace capability controls, seccomp, namespace and mount restrictions, a patched runtime, or narrowly scoped workload identity.

Introduced in: DevSecOps and Secure SDLC

Examples

  • Run an API as a numeric application UID
  • Combine non-root execution with a read-only root filesystem
O
26