Skip to content

Commit be1d90f

Browse files
author
Michael Xu
committed
runtime: add 'kata-runtime restore' subcommand for CLH snapshot clones
Signed-off-by: Michael Xu <t-michaelxu@microsoft.com>
1 parent 6e8ca48 commit be1d90f

2 files changed

Lines changed: 663 additions & 0 deletions

File tree

src/runtime/cmd/kata-runtime/main.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ var runtimeCommands = []cli.Command{
128128
kataIPTablesCommand,
129129
kataPolicyCommand,
130130
snapshotCLICommand,
131+
restoreCLICommand,
131132
}
132133

133134
// runtimeBeforeSubcommands is the function to run before command-line

0 commit comments

Comments
 (0)