Skip to main content
Namespace Runner Instances run the runner software itself in a container. This approach facilitates software packaging and enables custom base images. If your workflow requires deeper access to the host system, Namespace can run your workflow as privileged and in the host pid namespace. A common case that requires this is modifying kernel settings using sysctl. Another case is tooling that creates its own mount or user namespaces, such as bubblewrap (bwrap), which some sandboxing and Nix workflows rely on. Without privileged mode these tools fail with an error like pivot_root: Operation not permitted. Enabling container.privileged resolves it. See the Runner Controls overview for how to pass these settings via a profile or labels.
To make the runner container privileged append the feature container.privileged. Similarly, you can select the host pid namespace with container.host-pid-namespace.

Next steps

Last modified on September 15, 2026