How to install gvisor on Fedora Linux
Application Kernel container sandbox runtime (runsc)
Availability
| Distro | aarch64 | noarch | x86_64 | Version |
|---|---|---|---|---|
| Fedora 44 | ✓ | — | ✓ | 20260721.0 |
| Fedora 43 | ✓ | — | ✓ | 20260721.0 |
| Fedora 42 | — | — | — | |
| Fedora 41 | — | — | — | |
| Fedora 40 | — | — | — |
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 Fedora Linux.
Install
gvisor on Fedora Linux 43, 44
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 Fedora Linux.
Subscribe — from $10/moFrequently asked questions
How do I install gvisor on Fedora Linux?
Add the GetPageSpeed repository, then install the gvisor package with your system package manager.
Which Fedora Linux versions is gvisor available for?
gvisor is available for Fedora 43, 44.