13 Commits
Author SHA1 Message Date
Etienne Perot 9f3c60481b Add Dangerzone + gVisor integration blog post. 2024-09-23 10:25:37 -07:00
Steve SilvaandgVisor bot 0da62368cb Add list of users to the gvisor website.
Adds a new users page that lists known users, links to them, and captures
any references or additional details about their usage.

PiperOrigin-RevId: 611636393
2024-02-29 16:48:10 -08:00
Etienne PerotandgVisor bot 0fe82a67ab Blog post about seccomp-bpf and performance optimizations in this area.
PiperOrigin-RevId: 603565436
2024-02-01 20:30:14 -08:00
Etienne PerotandgVisor bot 42df09a2c8 gvisor.dev homepage: Minor fixes.
This CL does the following:

- Add `<strong>emphasis</strong>` on the important keywords for each panel
- Mention "LLM-generated code" as code that can be sandboxed in gVisor
- Change "GPU support" header to "GPU & CUDA support"
- Add PNG transparency to images where it was missing
- Remove link to raw image file on architecture diagram
- Adjust panel icon size
- Adjust `<h2>` margins in panels
- Small CSS cleanups

PiperOrigin-RevId: 548764864
2023-07-17 12:24:48 -07:00
Steve SilvaandgVisor bot 5774eca799 Add solutions, features, and use cases to gvisor.dev index page.
PiperOrigin-RevId: 547580406
2023-07-12 13:12:04 -07:00
Etienne PerotandgVisor bot d02ba3a5fd gVisor blog: Add post on running Stable Diffusion Web UI in gVisor with a GPU.
PiperOrigin-RevId: 541982081
2023-06-20 10:56:17 -07:00
Ian LewisandgVisor bot f4be726fde Use 1080p background image.
This makes the background image on the top page 1/3 as big and allows it to
load in roughly half the time.

PiperOrigin-RevId: 329462030
2020-09-01 01:28:19 -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
gVisor bot a3f97a757a Merge pull request #2513 from amscanne:website-integrated
PiperOrigin-RevId: 311184385
2020-05-12 12:55:23 -07:00
Adin Scannell a10d5ed969 Add atom feed (at previous URL). 2020-05-06 14:15:19 -07:00
Adin Scannell 73d7024510 Fixup transitions for navbar. 2020-05-06 14:15:18 -07:00
Adin Scannell b6ba247fa6 Update main landing page. 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