Support the new --empty-ns flags in RunC for checkpoint/restore.
Signed-off-by: Ross Boucher <rboucher@gmail.com>
This commit is contained in:
parent
8040df4e89
commit
a135e1093d
7 changed files with 188 additions and 162 deletions
|
@ -85,6 +85,7 @@ func (s *apiServer) CreateCheckpoint(ctx context.Context, r *types.CreateCheckpo
|
|||
TCP: r.Checkpoint.Tcp,
|
||||
UnixSockets: r.Checkpoint.UnixSockets,
|
||||
Shell: r.Checkpoint.Shell,
|
||||
EmptyNS: r.Checkpoint.EmptyNS,
|
||||
}
|
||||
|
||||
s.sv.SendTask(e)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue