Skip to content

Commit ad7d3dd

Browse files
committed
Merge branch 'upstream-add-ngx' into 'master'
Add the 'ngx' driver capability See merge request nvidia/container-toolkit/container-toolkit!11
2 parents e7dc3cb + d3aee3e commit ad7d3dd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pkg/capabilities.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ func capabilityToCLI(cap string) string {
1818
return "--video"
1919
case "display":
2020
return "--display"
21+
case "ngx":
22+
return "--ngx"
2123
default:
2224
log.Panicln("unknown driver capability:", cap)
2325
}

0 commit comments

Comments
 (0)