You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/installation.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -475,7 +475,7 @@ sudo make podman
475
475
#### crun / runc
476
476
477
477
The latest version of at least one container runtime is expected to be installed on the system. `crun` or `runc` are some of the possibilities, and one is picked up as the default runtime by Podman (crun has priority over runc).
478
-
Supported versions of `crun` and `runc` are available on modern Linux distributions like Ubuntu 22.04 or newer. The minimum required version for `runc` is v1.1.11. This requirement is necessary as Podman now depends on features and behavior introduced in this version.
478
+
Supported versions of `crun` and `runc` are available on modern Linux distributions like Ubuntu 22.04 or newer. The minimum required version for `runc` is v1.1.11 and v1.14.3 for `crun`. This requirement is necessary as Podman now depends on features and behavior introduced in this version.
479
479
480
480
To double-check, the first line of the `runc --version` output should show `version 1.1.11` or newer. If not, you can build it from source:
0 commit comments