summaryrefslogtreecommitdiffhomepage
path: root/content/docs/includes
AgeCommit message (Collapse)Author
2019-08-26Add missing sudo in setup-commandJakob Dietrich
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-06-26Add group to install instructionsAdin Scannell
2019-06-26Ensure user is correctAdin Scannell
Otherwise a ptrace error may result.
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-04Update install_gvisor.mdFabricio Voznika
2019-04-04Fix broken sentenceFabricio Voznika
2019-04-04Remove unnecessary curly braces around bash commands.Kevin Krakauer
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-03-29Initial commitIan Lewis