Update a container
(context.Context, ...UpdateContainerOpts)
| 82 | Extensions(context.Context) (map[string]typeurl.Any, error) |
| 83 | // Update a container |
| 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 |
no outgoing calls