How to install opencontainers/runc. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.
opencontainers/runc Installation Guide
How to install opencontainers/runc. Official project installation instructions and setup guide.
⚡
Automated Install (Recommended)
Quick installation instructions for opencontainers/runc. This is the fastest way to complete project installation and setup.
Install via curl
curl -fsSL https://hexmos.com/ipm-install | bash &&
ipm i opencontainers/runcor
Install via npx
npx @hexmos/ipm i opencontainers/runcPrerequisites
Go
languageVersion: >1.16.0
Linux
osRunc requires a Linux system for installation and execution.
Make
build_toolVersion: >3.0
gcc
build_toolVersion: >7.5
libseccomp-dev
system_packageRequired for enabling seccomp filtering.
curl
system_toolVersion: >7.50
Manual Installation Methods
Manual installation instructions. How to install from GitHub source.
Ubuntu/Debian
sudo apt update && sudo apt install -y make gcc linux-libc-dev libseccomp-dev pkg-config git
sudo yum install -y make gcc kernel-headers libseccomp-devel pkg-config git
apk --update add bash make gcc libseccomp-dev musl-dev linux-headers gitCentOS/Fedora
sudo yum install -y make gcc kernel-headers libseccomp-devel pkg-config git
apk --update add bash make gcc libseccomp-dev musl-dev linux-headers gitAlpine Linux
apk --update add bash make gcc libseccomp-dev musl-dev linux-headers gitPost Installation Steps
- Start the server: `sudo systemctl start runc-server.service`
- Run migrations: `./scripts/migrate.sh`
