summaryrefslogtreecommitdiffhomepage
path: root/content/docs
AgeCommit message (Collapse)Author
2019-04-23Fix some html errors (refs #46 #51)Ian Lewis
- Fix duplicate main_navbar id on top page. - Fix missing ';' in nbsp entity in footer. - Fix nested <a> tags in checkpoint/restore doc. - Fix nested <p> tags on top page feature blocks. - Add '--check-html' option to htmlproofer build step.
2019-04-17Update Linux version requirement for GSOFabricio Voznika
2019-04-15Install gVisor using a subshell.Ian Lewis
If the user copy-and-pastes the commands to install gVisor in one go, the commands should stop early if there is an error. Particularly, if the runsc sha does not match.
2019-04-15Add some basic questions to the FAQIan Lewis
- Adds some basic questions and answers to the FAQ about supported CPU architectures and binary formats. - Adds a variable and shortcode for the minimium required Linux version.
2019-04-09Specify /proc explicitlyMichael Pratt
2019-04-08Edits to user guide + added filesystem sectionFabricio Voznika
2019-04-08Update markdown formatting in security.mdAdin Scannell
2019-04-08Improve some text in the security.mdAdin Scannell
2019-04-04Update debugging.mdFabricio Voznika
2019-04-04Addressed commentsFabricio Voznika
2019-04-04Add runsc debug commands to Debugging sectionFabricio Voznika
2019-04-04Update oci.mdFabricio Voznika
2019-04-04Update kubernetes.mdFabricio Voznika
2019-04-04Update _index.mdFabricio Voznika
2019-04-04Expand user guide landing pageFabricio Voznika
2019-04-05Remove confusing fully- prefixAdin Scannell
2019-04-04Update install_gvisor.mdFabricio Voznika
2019-04-04Fix broken sentenceFabricio Voznika
2019-04-04Add required version to Docker user guide.Ian Gudger
2019-04-04Remove unnecessary curly braces around bash commands.Kevin Krakauer
2019-04-03Update Kubernetes doc pageIan Lewis
- Add info on RuntimeClass - Add section headers to clearly show content organization
2019-04-02Add docs for disabling external networking.Ian Gudger
This is a useful feature for truly untrusted code.
2019-04-02Update user guide platform description to match architecture section.Ian Gudger
syscall interception is an important part of the platform.
2019-04-02Drop performance guide until completeAdin Scannell
2019-04-02Removed link to filesystem pageIan Lewis
2019-04-02Make FAQ questions a bit smallerIan Lewis
2019-04-02Remove filesystem doc for nowIan Lewis
2019-04-02Update syscall ref doc generatorIan Lewis
2019-04-02Remove superfluous section from compatibility topIan Lewis
2019-04-02Refresh securityAdin Scannell
2019-04-02Tweaks to VM comparison sectionIan Gudger
* Added a comma to improve readability and flow. * Fixed a typo.
2019-04-02Replace distinct with independent.Ian Gudger
I think this is clearer.
2019-04-02Add that veth is not required if networking is disabled.Ian Gudger
2019-04-02Remove duplicate word notIan Gudger
2019-04-02Fix typo in security docIan Gudger
with -> will
2019-04-02Capitalize "the" after colon in titleIan Gudger
https://blog.apastyle.org/apastyle/2011/06/capitalization-after-colons.html
2019-04-02Reword to remove duplicate "Linux" (#6)Michael Pratt
"Linux x86_64 Linux 3.17+" is wordy. Reword to mention Linux only once.
2019-04-02Tweaks to architecture guide (#4)Ian Gudger
2019-04-02Fix governance link on community page. (#2)Ian Gudger
2019-03-29Initial commitIan Lewis