1 repo
Tools and platforms that provide isolated virtualized environments for running applications or development workflows.
Distinguishing note: Focuses on the virtualization layer used for cross-platform compatibility, distinct from general container orchestration.
Explore 1 awesome GitHub repository matching devops & infrastructure · Virtualization Environments. Refine with filters or upvote what's useful.
Podman is a container engine designed for managing containerized applications and images without the need for a persistent background daemon. By utilizing a fork-exec process model, it executes container management commands as direct child processes of the host system, ensuring that container lifecycles are handled through standard host-level process control. The project distinguishes itself through a focus on rootless security and cross-platform compatibility. It employs user namespace mapping to allow unprivileged users to manage isolated workloads without requiring administrative system ac
Provides lightweight virtual machine integration to enable native container development workflows on non-Linux operating systems.