Make rootfs overlay blog more preview freindly.

This ensures a more helpful preview message is displayed on the blogs landing
page.

PiperOrigin-RevId: 531233348
This commit is contained in:
Ayush Ranjan
2023-05-11 10:06:49 -07:00
committed by gVisor bot
parent 547c4ead33
commit 6b52411e67
+3 -1
View File
@@ -1,6 +1,8 @@
# Rootfs Overlay
This blog was
Root filesystem overlay is now the default in runsc. This improves performance
for filesystem-heavy workloads by overlaying the container root filesystem with
a tmpfs filesystem. Learn more about this feature in the following blog that was
[originally posted](https://opensource.googleblog.com/2023/04/gvisor-improves-performance-with-root-filesystem-overlay.html)
on [Google Open Source Blog](https://opensource.googleblog.com/).