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.
The tools that are downloaded during env initialisation are:
$ 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.
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.