summaryrefslogtreecommitdiffhomepage
path: root/content
AgeCommit message (Collapse)Author
2019-08-05runsc permissions update in install instructionsIan Lewis
Make the instructions clearer by putting the chown and chmod together and make it match the FAQ by setting the permissions bits exactly.
2019-08-02Update debugging.mdFabricio Voznika
2019-08-02Added section about attaching debuggerFabricio Voznika
2019-08-02Remove superfluous redirectsIan Lewis
2019-07-11Add fix for ptrace: unable to attachAdin Scannell
2019-07-10fix typo in architecture_guide/performance.mdDenis Andrejew
2019-07-10Copy app engine app files in cloudbuildIan Lewis
Fixes website deploy step
2019-07-10Add generate-syscall-docs command.Ian Lewis
Adds a new command to automatically generate the syscall compatibility docs from runsc.
2019-06-27Add FAQ about Linux version.Ian Lewis
2019-06-26Add group to install instructionsAdin Scannell
2019-06-26Ensure user is correctAdin Scannell
Otherwise a ptrace error may result.
2019-05-29Add link to gVisor gitter on contributing page.Nicolas Lacasse
2019-05-29Changed sleep time in examplesDmitrii Ustiugov
from 0.1 sec to 1 sec (in two places), according to the feedback
2019-05-29Changed example command for profiling CPU/heapDmitrii Ustiugov
Profiling a container that runs `sleep 1000` command dumps an empty CPU profile that may cause unnecessary questions. I suggest replacing this example with one mentioned in the same doc above.
2019-05-19Corrected typoAnand
2019-05-15Add direct link to create compatibility issue.Ian Lewis
- Direct link to create compatibility bug. - Add link to open compatibility issues.
2019-05-15Fix the link to the list of canonical repos.Ian Lewis
2019-05-13Fixup redis container count.Adin Scannell
2019-05-13Drop confusing kvm-bare syscall timeAdin Scannell
The difference is only due to different machines.
2019-05-13Upload latest set of benchmarksZach Koopmans
Also includes redis density benchmark.
2019-05-13Clarify sizes and file locations.Adin Scannell
2019-05-13Address minor feedback.Adin Scannell
2019-05-13Add clarifying notes.Adin Scannell
2019-05-13Update fio to display in log scalezkoopmans
2019-05-13Add performance guide.Adin Scannell
2019-05-07Fix links to syscall man pages (refs: #50)Ian Lewis
2019-04-24Fix feature block rendering (fixes #56)Ian Lewis
- Render feature blocks as markdown again. - Feature block inner content is contained in a <div> rather than a <p> to avoid nested <p> tags.
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 lead textAdin Scannell
The text fully-virtualized may be taken to mean virtualized hardware, so drop that.
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.