Checkpoint creates a checkpoint image of the current container
(context.Context, string, ...CheckpointOpts)
| 84 | Update(context.Context, ...UpdateContainerOpts) error |
| 85 | // Checkpoint creates a checkpoint image of the current container |
| 86 | Checkpoint(context.Context, string, ...CheckpointOpts) (Image, error) |
| 87 | // Restore restores a container and returns the PID of the |
| 88 | // restored containers init process. |
| 89 | Restore(context.Context, cio.Creator, string) (int, error) |
no outgoing calls