Returns the ContainerReference
()
| 41 | type ContainerHandler interface { |
| 42 | // Returns the ContainerReference |
| 43 | ContainerReference() (info.ContainerReference, error) |
| 44 | |
| 45 | // Returns container's isolation spec. |
| 46 | GetSpec() (info.ContainerSpec, error) |
no outgoing calls