summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2019-10-24Fix links on website.Ian Lewis
2019-10-21spell correctedcsor-dev
2019-10-18Fixed some review issuesIan Lewis
Fixed some issues that came up during review. - Update section titles to have a full phrase - Fix ${URL} - Have short install script clean up after itself so it can be re-run. - Small wording changes.
2019-10-18Add apt-based instructions.Adin Scannell
2019-10-04Make the install script re-runnable Brett Morgan
An alternative would be to create a temp directory and delete it...
2019-09-24Add GKE Sandbox to Kubernetes sectionFabricio Voznika
2019-09-10Add note about some days not having releasesIan Lewis
Issue #107
2019-09-10mendFabricio Voznika
2019-09-10Add that Docker user defined network doesn't work to the FAQFabricio Voznika
2019-08-29Add link to ip bugIan Lewis
2019-08-29Added busybox note, changed routeKevin Krakauer
2019-08-29Added nmapKevin Krakauer
2019-08-29Added more tools.Kevin Krakauer
2019-08-29Added link for ssKevin Krakauer
2019-08-29ip route not quite submitted yetKevin Krakauer
2019-08-29Added nc, ip, and sshd.Kevin Krakauer
2019-08-29Added note about --net-raw.Kevin Krakauer
2019-08-29Added gdb, lsof, ps, ss, and top.Kevin Krakauer
2019-08-29Add a shortlist of commonly request debugging tools.Kevin Krakauer
2019-08-26Add missing sudo in setup-commandJakob Dietrich
2019-08-14Fix performance graph shortcode invocationsIan Lewis
2019-08-07Add redirect from old URL.Ian Lewis
- Adds url redirect from old syscall docs url to new url - make server now runs the Go server and implements redirects. - make devserver runs the hugo dev server.
2019-08-05Updated npm packagesIan Lewis
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-11Remove unnecessary commentIan Lewis
2019-07-11Adjust overall timout to 15minIan 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-06-26Add fragment links to sub-headers in docs (fixes #61)Ian Lewis
Allows users to copy links to sub-headers within docs.
2019-06-26Redirect to the custom domain from appspot.comIan Lewis
2019-06-12Add /pr support for links.Adin Scannell
This also updates the canonical package name to include a /gvisor suffix. This is more flexible to allow for future packages or git hook interception.
2019-06-06Intercept all ?go-get=1 requests.Adin Scannell
2019-06-04Add y-axis label to redis benchmarkIan Lewis
Adds a "method" to the redis benchmark csv fixes #69
2019-05-31Serve all javascript from gvisor.devIan Lewis
For security & privacy reasons, serve javascript from gvisor.dev instead of using external CDNs.
2019-05-30Add gitter link to footerIan Lewis
2019-05-29Add privacy policy linkIan Lewis
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