Add runc features command

Fix issue 3274

See `types/features/features.go`.

Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
This commit is contained in:
Akihiro Suda
2021-11-29 19:34:31 +09:00
parent 6ff042023c
commit 520702dac5
9 changed files with 301 additions and 0 deletions
+1
View File
@@ -132,6 +132,7 @@ func main() {
startCommand,
stateCommand,
updateCommand,
featuresCommand,
}
app.Before = func(context *cli.Context) error {
if !context.IsSet("root") && xdgRuntimeDir != "" {