Exec adds a process into the container
(ctx context.Context, id string, opts ExecOpts)
| 73 | Resume(ctx context.Context) error |
| 74 | // Exec adds a process into the container |
| 75 | Exec(ctx context.Context, id string, opts ExecOpts) (ExecProcess, error) |
| 76 | // Pids returns all pids |
| 77 | Pids(ctx context.Context) ([]ProcessInfo, error) |
| 78 | // Checkpoint checkpoints a container to an image with live system data |
no outgoing calls