NewContainer creates new container that will belong to this sandbox
(ctx context.Context, id string, opts ...NewContainerOpts)
| 39 | Metadata() api.Sandbox |
| 40 | // NewContainer creates new container that will belong to this sandbox |
| 41 | NewContainer(ctx context.Context, id string, opts ...NewContainerOpts) (Container, error) |
| 42 | // Labels returns the labels set on the sandbox |
| 43 | Labels(ctx context.Context) (map[string]string, error) |
| 44 | // Start starts new sandbox instance |
no outgoing calls