| 251 | |
| 252 | |
| 253 | Future<hashset<ContainerID>> ComposingContainerizer::containers() |
| 254 | { |
| 255 | return dispatch(process, &ComposingContainerizerProcess::containers); |
| 256 | } |
| 257 | |
| 258 | |
| 259 | Future<Nothing> ComposingContainerizer::remove(const ContainerID& containerId) |