Skip to content

Commit

Permalink
crun features command is added
Browse files Browse the repository at this point in the history
1177 fix containers/crun#1237 was merged to master and was tagged `crun-1.8.6' on Jun 27, 2023.

Signed-off-by: match man <ppucoder@gmail.com>
  • Loading branch information
0xaead authored Oct 27, 2023
1 parent 4a6db15 commit 21dc3de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runc.go
Original file line number Diff line number Diff line change
Expand Up @@ -750,7 +750,7 @@ func parseVersion(data []byte) (Version, error) {
// Availability:
//
// - runc: supported since runc v1.1.0
// - crun: https://github.com/containers/crun/issues/1177
// - crun: supported since crun v1.8.6
// - youki: https://github.com/containers/youki/issues/815
func (r *Runc) Features(context context.Context) (*features.Features, error) {
data, err := r.cmdOutput(r.command(context, "features"), false, nil)
Expand Down

0 comments on commit 21dc3de

Please sign in to comment.