This package browser is in early development. Mind the rough edges.

go-gvisor-dev-gvisor

Application Kernel for Containers

gVisor provides a strong layer of isolation between running applications and the host operating system. It is an application kernel that implements a Linux-like interface.

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.

This package provides the source only to include in other packages as dependencies.

Installation

Install the latest version of go-gvisor-dev-gvisor as follows:

guix install go-gvisor-dev-gvisor

Or install a particular version:

guix install go-gvisor-dev-gvisor@0.0.0-0.634ce95

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.

Badge code

You can use the following badge to inform users of go-gvisor-dev-gvisor about the latest version available in Guix.

Example HTML:

<a href='https://packages.guix.gnu.org/packages/go-gvisor-dev-gvisor'><img src='https://packages.guix.gnu.org/packages/go-gvisor-dev-gvisor/badges/latest-version.svg' alt='Version in GNU Guix'></a>

Example Markdown:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/go-gvisor-dev-gvisor/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/go-gvisor-dev-gvisor)

Example Org:

[[https://packages.guix.gnu.org/packages/go-gvisor-dev-gvisor][https://packages.guix.gnu.org/packages/go-gvisor-dev-gvisor/badges/latest-version.svg]]