| 257 | |
| 258 | |
| 259 | Future<Nothing> ComposingContainerizer::remove(const ContainerID& containerId) |
| 260 | { |
| 261 | return dispatch(process, &ComposingContainerizerProcess::remove, containerId); |
| 262 | } |
| 263 | |
| 264 | |
| 265 | Future<Nothing> ComposingContainerizer::pruneImages( |
nothing calls this directly
no test coverage detected