gvisor/g3doc
Adin Scannell 508e25b6d6 Adapt website to use g3doc sources and bazel.
This adapts the merged website repository to use the image and bazel
build framework. It explicitly avoids the container_image rules provided
by bazel, opting instead to build with direct docker commands when
necessary.

The relevant build commands are incorporated into the top-level
Makefile.
2020-05-06 14:15:18 -07:00
..
architecture_guide Adapt website to use g3doc sources and bazel. 2020-05-06 14:15:18 -07:00
user_guide Adapt website to use g3doc sources and bazel. 2020-05-06 14:15:18 -07:00
BUILD Adapt website to use g3doc sources and bazel. 2020-05-06 14:15:18 -07:00
README.md Adapt website to use g3doc sources and bazel. 2020-05-06 14:15:18 -07:00
community.md Adapt website to use g3doc sources and bazel. 2020-05-06 14:15:18 -07:00
logo.png Update README.md to point to gvisor.dev 2019-04-09 10:20:21 -07:00
logo.txt Adapt website to use g3doc sources and bazel. 2020-05-06 14:15:18 -07:00
roadmap.md Adapt website to use g3doc sources and bazel. 2020-05-06 14:15:18 -07:00

README.md

What is gVisor?

gVisor is a user-space kernel, written in Go, that implements a substantial portion of the Linux system call interface. It provides an additional layer of isolation between running applications and the host operating system.

gVisor includes an Open Container Initiative (OCI) runtime called runsc that makes it easy to work with existing container tooling. The runsc runtime integrates with Docker and Kubernetes, making it simple to run sandboxed containers.

gVisor takes a distinct approach to container sandboxing and makes a different set of technical trade-offs compared to existing sandbox technologies, thus providing new tools and ideas for the container security landscape.

gVisor can be used with Docker, Kubernetes, or directly using runsc. Use the links below to see detailed instructions for each of them:

  • Docker: The quickest and easiest way to get started.
  • Kubernetes: Isolate Pods in your K8s cluster with gVisor.
  • OCI Quick Start: Expert mode. Customize gVisor for your environment.