| 240 | |
| 241 | |
| 242 | Future<Nothing> LinuxLauncher::destroy(const ContainerID& containerId) |
| 243 | { |
| 244 | return dispatch(process.get(), &LinuxLauncherProcess::destroy, containerId); |
| 245 | } |
| 246 | |
| 247 | |
| 248 | Future<ContainerStatus> LinuxLauncher::status( |
nothing calls this directly
no test coverage detected