ID identifies the container
()
| 51 | type Container interface { |
| 52 | // ID identifies the container |
| 53 | ID() string |
| 54 | // Info returns the underlying container record type |
| 55 | Info(context.Context, ...InfoOpts) (containers.Container, error) |
| 56 | // Delete removes the container |
no outgoing calls