25 Commits
Author SHA1 Message Date
gVisor bot 50731e5bec Merge pull request #11377 from thegreatfatzby:patch-1
PiperOrigin-RevId: 718151226
2025-01-21 18:20:27 -08:00
Isaac FosterandGitHub bf0239a6a4 Update platforms.md
typo
2025-01-20 14:18:39 -05:00
Ayush RanjanandgVisor bot ffb3b11dcf Update gVisor website documentation about directfs.
Fixes #10839

PiperOrigin-RevId: 677366102
2024-09-21 22:45:22 -07:00
Kevin KrakauerandgVisor bot 6b81c5821b docs: add a netstack guide to the site
PiperOrigin-RevId: 674438273
2024-09-13 14:41:07 -07:00
Etienne PerotandgVisor bot bf6166aa37 Update platform diagram to replace ptrace with systrap.
Also include reference to Systrap in the Platform Portability blog post.

Fixes #10386

PiperOrigin-RevId: 633383052
2024-05-13 17:37:40 -07:00
Etienne PerotandgVisor bot 501a9aaf49 Systrap is now the default gVisor platform. Update platform documentation.
PiperOrigin-RevId: 547983290
2023-07-13 18:27:34 -07:00
Etienne PerotandgVisor bot e5f2478bee runsc: Make Systrap the default platform.
As per announced on gvisor-users:
https://groups.google.com/g/gvisor-users/c/OhGupJ5bTuo

PiperOrigin-RevId: 540085417
2023-06-13 15:09:54 -07:00
Adin ScannellandgVisor bot 1ceb814544 Add default_applicable_licenses rules to packages.
PiperOrigin-RevId: 513581243
2023-03-02 10:50:04 -08:00
Etienne PerotandgVisor bot 9b4a7aa00f gvisor.dev: Add information about the systrap platform.
If you're interested in gVisor to the extent of reading this commit message,
please try out this platform and report about your experience!
gvisor-users@googlegroups.com

This change also rewords Systrap's README file slightly.

PiperOrigin-RevId: 513042723
2023-02-28 14:40:01 -08:00
Etienne PerotandgVisor bot 86059124df gvisor.dev: Update documentation around platforms.
- Explain the consequences of using KVM in a nested virtualization
environment.
- Mention GKE Sandbox proprietary platform.
- Fix command to check if the user is part of the `kvm` group.
- Small fixes here and there.

PiperOrigin-RevId: 465625190
2022-08-05 12:41:09 -07:00
gVisor bot 53385a9dc7 Merge pull request #7169 from sjwheel:patch-1
PiperOrigin-RevId: 431788150
2022-03-01 15:19:58 -08:00
Steven WheelwrightandGitHub 025bcdb663 typo: add missing ')' in doc 2022-02-10 19:50:00 +00:00
Zach KoopmansandgVisor bot 8a2f7e716d [syserror] Split usermem package
Split usermem package to help remove syserror dependency in go_marshal.
New hostarch package contains code not dependent on syserror.

PiperOrigin-RevId: 365651233
2021-03-29 13:30:21 -07:00
Fabricio VoznikaandgVisor bot 4c5f36e7bd Update link to benchmarks
Closes #5192

PiperOrigin-RevId: 350578130
2021-01-07 09:32:16 -08:00
gVisor bot 74870fc203 Merge pull request #4018 from didier-durand:patch-1
PiperOrigin-RevId: 333611788
2020-09-24 15:33:05 -07:00
Didier DurandandGitHub be86a91584 Update performance.md
@ianlewis: fixed according to your proposal
2020-09-21 06:33:28 +02:00
Didier DurandandGitHub b8793582d6 Fix 2 typos in resources.md
2 typos spotted and fixed
Best
Didier
2020-09-20 10:41:08 +02:00
Didier DurandandGitHub 4197a26a37 Fix a couple of typos on performance.md
2 typos spotted in current version and fixed.
Best
Didier
2020-09-20 10:33:22 +02:00
gVisor bot 9a003835f9 Fix typo, remove duplicate word.
PiperOrigin-RevId: 330898705
2020-09-10 03:12:21 -07:00
Adin ScannellandgVisor bot 420b791a3d Minor formatting updates for gvisor.dev.
* Aggregate architecture Overview in "What is gVisor?" as it makes more sense
  in one place.

* Drop "user-space kernel" and use "application kernel". The term "user-space
  kernel" is confusing when some platform implementation do not run in
  user-space (instead running in guest ring zero).

* Clear up the relationship between the Platform page in the user guide and the
  Platform page in the architecture guide, and ensure they are cross-linked.

* Restore the call-to-action quick start link in the main page, and drop the
  GitHub link (which also appears in the top-right).

* Improve image formatting by centering all doc and blog images, and move the
  image captions to the alt text.

PiperOrigin-RevId: 311845158
2020-05-15 20:05:18 -07:00
Adin ScannellandgVisor bot 1847165a8c Minor text updates and jquery ordering.
PiperOrigin-RevId: 311744091
2020-05-15 09:31:17 -07:00
gVisor bot a3f97a757a Merge pull request #2513 from amscanne:website-integrated
PiperOrigin-RevId: 311184385
2020-05-12 12:55:23 -07:00
Adin Scannell 5f3a256425 Add support for kramdown TOC. 2020-05-06 14:15:19 -07:00
Adin Scannell f126de6a28 Add resource model. 2020-05-06 14:15:18 -07:00
Adin Scannell 508e25b6d6 Adapt website to use g3doc sources and bazel.
This adapts the merged website repository to use the image and bazel
build framework. It explicitly avoids the container_image rules provided
by bazel, opting instead to build with direct docker commands when
necessary.

The relevant build commands are incorporated into the top-level
Makefile.
2020-05-06 14:15:18 -07:00