Lookup returns the container with the specified handle. Errors: * Container not found.
(handle string)
| 56 | // Errors: |
| 57 | // * Container not found. |
| 58 | Lookup(handle string) (Container, error) |
| 59 | } |
| 60 | |
| 61 | // ContainerSpec specifies the parameters for creating a container. All parameters are optional. |
no outgoing calls