Start starts new sandbox instance
(ctx context.Context)
| 43 | Labels(ctx context.Context) (map[string]string, error) |
| 44 | // Start starts new sandbox instance |
| 45 | Start(ctx context.Context) error |
| 46 | // Stop sends stop request to the shim instance. |
| 47 | Stop(ctx context.Context) error |
| 48 | // Wait blocks until sandbox process exits. |
no outgoing calls
no test coverage detected