Create creates a new container. Errors: * When the handle, if specified, is already taken. * When one of the bind_mount paths does not exist. * When resource allocations fail (subnet, user ID, etc).
(ContainerSpec)
| 24 | // * When one of the bind_mount paths does not exist. |
| 25 | // * When resource allocations fail (subnet, user ID, etc). |
| 26 | Create(ContainerSpec) (Container, error) |
| 27 | |
| 28 | // Destroy destroys a container. |
| 29 | // |
no outgoing calls
no test coverage detected