How to install gvisor on AlmaLinux, Rocky Linux, Oracle Linux and RHEL
Application Kernel container sandbox runtime (runsc)
Availability
| Distro | aarch64 | noarch | x86_64 | Version |
|---|---|---|---|---|
| RHEL 10 | ✓ | — | ✓ | 20260721.0 |
| RHEL 9 | ✓ | — | ✓ | 20260721.0 |
| RHEL 8 | ✓ | — | ✓ | 20260721.0 |
| RHEL 7 | — | — | — | |
| RHEL 6 | — | — | — |
Description
gVisor is an application kernel, written in Go, that implements a substantial portion of the Linux system call interface. It provides an additional layer of isolation between running applications and the host operating system. This package ships the prebuilt, upstream-published static binaries: * runsc - the OCI-compatible sandbox runtime * containerd-shim-runsc-v1 - the containerd runtime shim After installation, wire runsc into your container runtime, e.g.: runsc install # add the "runsc" runtime to /etc/docker/daemon.json systemctl restart docker
Built for AlmaLinux, Rocky Linux, Oracle Linux and RHEL.
Install
gvisor on AlmaLinux / Rocky Linux / Oracle Linux / RHEL 8, 9, 10
sudo dnf -y install https://extras.getpagespeed.com/release-latest.rpm sudo dnf -y install gvisor
Package downloads require an active GetPageSpeed subscription — one repository for gvisor and thousands more packages for AlmaLinux, Rocky Linux, Oracle Linux and RHEL.
Subscribe — from $10/moFrequently asked questions
How do I install gvisor on AlmaLinux, Rocky Linux, Oracle Linux and RHEL?
Add the GetPageSpeed repository, then install the gvisor package with your system package manager.
Which Enterprise Linux versions is gvisor available for?
gvisor is available for RHEL 8, 9, 10.