GVisor

From air
Revision as of 14:52, 11 May 2018 by Donsez (talk | contribs) (Created page with "gVisor : a new kind of sandbox that helps provide secure isolation for containers https://github.com/google/gvisor https://cloudplatform.googleblog.com/2018/05/Open-sour...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

gVisor : a new kind of sandbox that helps provide secure isolation for containers

https://github.com/google/gvisor

https://cloudplatform.googleblog.com/2018/05/Open-sourcing-gVisor-a-sandboxed-container-runtime.html


Installation

Install Bazel

TBD

Install gVisor

TBD

Test

docker run --runtime=runsc hello-world


See also