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