+++ title = "gVisor" linkTitle = "gVisor" description = "A container sandbox runtime focused on security, efficiency, and ease of use." +++ {{< blocks/cover image_anchor="top" height="auto" color="primary" title="gVisor" >}}

A container sandbox runtime focused on security, efficiency, and ease of use.

Quick Start GitHub
{{< /blocks/cover >}} {{% blocks/lead color="secondary" %}} gVisor is an open-source, OCI-compatible sandbox runtime that provides a virtualized container environment. It runs containers with a new user-space kernel, delivering a low overhead container security solution for high-density applications. gVisor integrates with Docker, containerd and Kubernetes, making it easier to improve the security isolation of your containers while still using familiar tooling. Additionally, gVisor supports a variety of underlying mechanisms for intercepting application calls, allowing it to run in diverse host environments, including cloud-hosted virtual machines. {{% /blocks/lead %}} {{< blocks/section color="dark" >}} {{< blocks/feature icon="fas fa-lock" title="Defense in Depth" >}} Each sandbox has its own user-space kernel, providing additional protection from host kernel vulnerabilities. {{< /blocks/feature >}} {{< blocks/feature icon="fas fa-feather-alt" title="Lightweight" >}} Runs as a normal process and uses the host kernel for memory management and scheduling. {{< /blocks/feature >}} {{< blocks/feature icon="fab fa-linux" title="Zero Configuration" >}} Capable of running most Linux applications unmodified, with zero configuration. {{< /blocks/feature >}} {{< /blocks/section >}} {{< blocks/section color="white" >}} {{< blocks/feature icon="fas fa-book" title="Read the Docs" >}} Read the [documentation](./docs/) to understand gVisor, its architecture and trade-offs, and how to use it. {{< /blocks/feature >}} {{< blocks/feature icon="fas fa-code-branch" title="Contribute to gVisor" >}} Anyone is welcome to be a gVisor contributor. Please check out the [community information](./docs/community) to get started. {{< /blocks/feature >}} {{< blocks/feature icon="fab fa-github" title="Give Feedback" >}} File feature requests, bugs, and compatibility issues on GitHub. {{< /blocks/feature >}} {{< /blocks/section >}}