Commit Graph

134 Commits

Author SHA1 Message Date
Adin Scannell 015a1b57d6 Add apt-based instructions. 2019-10-18 13:41:44 +09:00
Brett Morgan 5d31cec27a Make the install script re-runnable
An alternative would be to create a temp directory and delete it...
2019-10-04 14:09:32 +09:00
Fabricio Voznika 0261626482 Add GKE Sandbox to Kubernetes section 2019-09-24 08:20:31 +09:00
Ian Lewis b9b719dcb6 Add note about some days not having releases
Issue #107
2019-09-10 12:13:54 -07:00
Fabricio Voznika 741c9bb99a mend 2019-09-10 13:43:32 +09:00
Fabricio Voznika cac1785464 Add that Docker user defined network doesn't work to the FAQ 2019-09-10 13:43:32 +09:00
Ian Lewis 5c09a0e59e Add link to ip bug 2019-08-29 11:17:45 -07:00
Kevin Krakauer e0ef639496 Added busybox note, changed route 2019-08-29 11:17:45 -07:00
Kevin Krakauer 4cc78abee5 Added nmap 2019-08-29 11:17:45 -07:00
Kevin Krakauer 942c740920 Added more tools. 2019-08-29 11:17:45 -07:00
Kevin Krakauer 6e350e809a Added link for ss 2019-08-29 11:17:45 -07:00
Kevin Krakauer cc587e6039 ip route not quite submitted yet 2019-08-29 11:17:45 -07:00
Kevin Krakauer 8e406b0bf9 Added nc, ip, and sshd. 2019-08-29 11:17:45 -07:00
Kevin Krakauer a89ee859b9 Added note about --net-raw. 2019-08-29 11:17:45 -07:00
Kevin Krakauer 16582ade17 Added gdb, lsof, ps, ss, and top. 2019-08-29 11:17:45 -07:00
Kevin Krakauer 9e7378a377 Add a shortlist of commonly request debugging tools. 2019-08-29 11:17:45 -07:00
Jakob Dietrich 5c82fbe1aa Add missing sudo in setup-command 2019-08-26 14:26:44 -07:00
Ian Lewis 76a12063a6 Fix performance graph shortcode invocations 2019-08-14 14:09:56 -07:00
Ian Lewis 000ed17d48 Add redirect from old URL.
- 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-07 08:32:20 +09:00
Ian Lewis 41ac85ff2f Updated npm packages 2019-08-05 15:51:41 +09:00
Ian Lewis 5f6e3739ef runsc permissions update in install instructions
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-05 15:34:29 +09:00
Fabricio Voznika e06142e033 Update debugging.md 2019-08-02 10:10:48 +09:00
Fabricio Voznika 6ee109aca4 Added section about attaching debugger 2019-08-02 10:10:48 +09:00
Ian Lewis 46ee8873ff Remove superfluous redirects 2019-08-02 07:05:52 +09:00
Ian Lewis 7f75f52403 Remove unnecessary comment 2019-07-11 08:07:33 +09:00
Ian Lewis 5d9582b257 Adjust overall timout to 15min 2019-07-11 08:07:33 +09:00
Adin Scannell d07850a808 Add fix for ptrace: unable to attach 2019-07-11 07:34:35 +09:00
Denis Andrejew df3fbd1ae6 fix typo in architecture_guide/performance.md 2019-07-10 12:37:50 -07:00
Ian Lewis 8a64125647 Copy app engine app files in cloudbuild
Fixes website deploy step
2019-07-10 14:33:56 +09:00
Ian Lewis 6714bee53b Add generate-syscall-docs command.
Adds a new command to automatically generate the syscall compatibility
docs from runsc.
2019-07-10 11:46:34 +09:00
Ian Lewis 82b3d5ffd3 Add FAQ about Linux version. 2019-06-27 07:49:12 +09:00
Adin Scannell 3495407789 Add group to install instructions 2019-06-26 13:22:41 +08:00
Adin Scannell 601ae5ae91 Ensure user is correct
Otherwise a ptrace error may result.
2019-06-26 13:22:41 +08:00
Ian Lewis 8e6c43e5c5 Add fragment links to sub-headers in docs (fixes #61)
Allows users to copy links to sub-headers within docs.
2019-06-26 13:15:57 +08:00
Ian Lewis 8d8380564f Redirect to the custom domain from appspot.com 2019-06-26 13:07:57 +08:00
Adin Scannell c1636b150a Add /pr support for links.
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-12 13:59:15 -07:00
Adin Scannell 483794db83 Intercept all ?go-get=1 requests. 2019-06-06 14:43:08 +09:00
Ian Lewis 837a5b1322 Add y-axis label to redis benchmark
Adds a "method" to the redis benchmark csv
fixes #69
2019-06-04 16:44:07 +09:00
Ian Lewis d480bf3889 Serve all javascript from gvisor.dev
For security & privacy reasons, serve javascript from gvisor.dev instead
of using external CDNs.
2019-05-31 08:15:32 +09:00
Ian Lewis b532e65552 Add gitter link to footer 2019-05-30 10:48:48 -07:00
Ian Lewis d6be24ec3e Add privacy policy link 2019-05-29 22:45:35 -07:00
Nicolas Lacasse 27fb02c4b8 Add link to gVisor gitter on contributing page. 2019-05-29 17:10:18 +09:00
Dmitrii Ustiugov 7c94c9d77c Changed sleep time in examples
from 0.1 sec to 1 sec (in two places), according to the feedback
2019-05-29 16:58:09 +09:00
Dmitrii Ustiugov b57660dffb Changed example command for profiling CPU/heap
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-29 16:58:09 +09:00
Anand ff72925c55 Corrected typo 2019-05-19 12:10:13 +09:00
Ian Lewis a802b27eae Add direct link to create compatibility issue.
- Direct link to create compatibility bug.
- Add link to open compatibility issues.
2019-05-15 11:05:06 +09:00
Ian Lewis a9c30c15a2 Fix the link to the list of canonical repos. 2019-05-15 10:40:02 +09:00
Adin Scannell ad7ef8410f Fixup redis container count. 2019-05-13 15:27:34 -07:00
Adin Scannell 9ea68ce165 Drop confusing kvm-bare syscall time
The difference is only due to different machines.
2019-05-13 15:27:34 -07:00
Zach Koopmans 5b3f25047f Upload latest set of benchmarks
Also includes redis density benchmark.
2019-05-13 15:27:34 -07:00