Factor out some leftover direct references to runc binary
Signed-off-by: Tibor Vass <tibor@docker.com>
This commit is contained in:
@@ -120,7 +120,7 @@ func (c *container) Checkpoint(cpt Checkpoint) error {
|
||||
add("--ext-unix-sk")
|
||||
}
|
||||
add(c.id)
|
||||
return exec.Command("runc", args...).Run()
|
||||
return exec.Command(c.runtime, args...).Run()
|
||||
}
|
||||
|
||||
func (c *container) DeleteCheckpoint(name string) error {
|
||||
|
||||
Reference in New Issue
Block a user