2 Repos
Defines ordered storage attachments and controls how mount events are shared between host and container root environments.
Distinct from Filesystem Mounting: Distinct from Filesystem Mounting: specifically configures how mount events propagate across isolated namespace boundaries rather than general directory mounting.
Explore 2 awesome GitHub repositories matching operating systems & systems programming · Mount Propagation Control. Refine with filters or upvote what's useful.
The project provides an open container runtime specification and standardized schema for defining container configurations, namespaces, resource limits, security policies, and filesystem mounts across platforms. It outlines the formal configuration formats, lifecycle operations, and execution environments necessary for portable, isolated container workloads. The specification covers container lifecycle management protocols and structured rules governing container creation, execution startup, process signaling, state tracking, and resource teardown. It standardizes local bundle packaging and
Defines ordered storage attachments and controls how mount events are shared between the host and container root environments.
RootlessKit is a tool for running container workloads and isolated process trees securely as a standard non-privileged user without holding root access on the host. It creates unprivileged user and mount namespaces to simulate fake root execution environments, allowing users to execute container workloads and manage resource groups safely. The project provides capabilities for rootless port forwarding and unprivileged network namespace isolation, routing container network traffic through user-mode packet translation without requiring privileged kernel setup. It includes multiple backend netwo
Controls how mount events are shared between host and container root environments.