mirror of
https://github.com/opencontainers/runc.git
synced 2025-10-20 06:14:36 +08:00
@@ -34,6 +34,9 @@ checkpointed.`,
|
||||
cli.StringSliceFlag{Name: "empty-ns", Usage: "create a namespace, but don't restore its properies"},
|
||||
},
|
||||
Action: func(context *cli.Context) error {
|
||||
if err := checkArgs(context, 1, exactArgs); err != nil {
|
||||
return err
|
||||
}
|
||||
container, err := getContainer(context)
|
||||
if err != nil {
|
||||
return err
|
||||
|
Reference in New Issue
Block a user