Destroy destroys a container. When a container is destroyed, its resource allocations are released, its filesystem is removed, and all references to its handle are removed. All resources that have been acquired during the lifetime of the container are released. Examples of these resources are its
(handle string)
| 38 | // Errors: |
| 39 | // * TODO. |
| 40 | Destroy(handle string) error |
| 41 | |
| 42 | // Containers lists all containers filtered by Properties (which are ANDed together). |
| 43 | // |
no outgoing calls
no test coverage detected