Skip to content
This repository was archived by the owner on Jul 11, 2022. It is now read-only.
/ gvisor-playground Public archive

A safe place to experiment with gvisor user-space kernel.

Notifications You must be signed in to change notification settings

ipolyzos/gvisor-playground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Overview

gVisor is a user-space kernel, written in Go, that implements a substantial portion of the Linux system surface.

It includes an Open Container Initiative (OCI) runtime called runsc that provides an isolation boundary between the application and the host kernel while integrates also with Docker and Kubernetes.

This project aims to serve as a local playground to explore and furher experiment with current gVisor version.

Prerequisites

Tools

The tools that are downloaded during env initialisation are:

Usage / Initialise workspace

Initialize the workspace

$ direnv allow 

Initialization will create the ${PWD}/bin/ folder and will download any required binaries e.g runsc , minikube etc.

Instructions on how to enable the runsc on docker are to be printed as the result of this initialization phase.

References

License

  Copyright 2019 Ioannis Polyzos

  Licensed under the Apache License, Version 2.0 (the "License");
  you may not use this file except in compliance with the License.
  You may obtain a copy of the License at

      http://www.apache.org/licenses/LICENSE-2.0

  Unless required by applicable law or agreed to in writing, software
  distributed under the License is distributed on an "AS IS" BASIS,
  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  See the License for the specific language governing permissions and
  limitations under the License.

About

A safe place to experiment with gvisor user-space kernel.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published