Commit Graph

115 Commits

Author SHA1 Message Date
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
Adin Scannell 5dcfe3c758 Clarify sizes and file locations. 2019-05-13 15:27:34 -07:00
Adin Scannell 8b83365ba7 Address minor feedback. 2019-05-13 15:27:34 -07:00
Adin Scannell e86a939edf Add clarifying notes. 2019-05-13 15:27:34 -07:00
zkoopmans 07c8695865 Update fio to display in log scale 2019-05-13 15:27:34 -07:00
zkoopmans b879aa444d Update applications numbers after node/ruby refactor 2019-05-13 15:27:34 -07:00
zkoopmans b4eea42652 Adding data from working benchmarks 2019-05-13 15:27:34 -07:00
Adin Scannell 599590c9d7 Add performance guide. 2019-05-13 15:27:34 -07:00
Adin Scannell 0f5e7e011c build: fix deploy target for Makefile
Because the go.mod and related files were not being copying, the
packages are resolved within the current $GOROOT, which does not work.

This change copies all application files, not just Go source files and
app.yaml.
2019-05-07 14:47:50 +09:00
Ian Lewis 0b4eca7b32 Fix links to syscall man pages (refs: #50) 2019-05-07 08:52:44 +09:00
Adin Scannell a162435c9e Add script parameter for /rebuild
... Otherwise, the deploy fails.
2019-04-28 12:24:29 +09:00
Adin Scannell 921bd3ae92 cmd/gvisor-website: add /rebuild and cron
In order to ensure that the system call descriptions and other
documentation that will be sourced from the main repository remains up
to date, add a hook that allows the site to submit a rebuild to Google
Cloud Builder. This can be triggered manually by an admin, or will be
triggered every 24 hours by a new cron configuration.
2019-04-26 16:07:24 -07:00
Ian Lewis 66cc254a87 Fix feature block rendering (fixes #56)
- 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-24 13:29:24 +09:00
Ian Lewis 7853b971d4 Fix some html errors (refs #46 #51)
- 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-23 11:59:09 +09:00
Ian Lewis cbccf1bc47 Mark themes/docsy as vendored. 2019-04-23 11:57:43 +09:00
Ian Lewis e986ad2f37 Redirect www.gvisor.dev to gvisor.dev 2019-04-23 11:54:43 +09:00
Ian Lewis c010346c76 Updated docsy to HEAD
- Docsy has support for the _styles_project.scss file now so we don't need
  to override main.scss anymore.
- Docsy doc edit links now work for non-multilingual sites so we don't
  need to override page-meta-links.html anymore.
2019-04-23 11:51:39 +09:00
Fabricio Voznika 45028bdd82 Update Linux version requirement for GSO 2019-04-17 12:08:36 -07:00
Ian Lewis 80036845c1 Install gVisor using a subshell.
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-15 13:19:00 -07:00
Ian Lewis 0e00a7d2da Add some basic questions to the FAQ
- 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-15 13:17:37 -07:00