Skip to content
Snippets Groups Projects
Unverified Commit 1f054c59 authored by boklm's avatar boklm
Browse files

Bug 23039: fix detection of runc version

In the previous patch, we wrongly assumed that all runc 0.1.1 versions
exited with 0 when given an unknown command, and used that to detect the
version. It seems it is not true on all systems.

We are now using the 'runc --version' command to find the version of
runc.

We don't support versions older than 0.1.1.
parent 209818fc
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment