| 225 | process::Future<Nothing>(const ContainerID&)); |
| 226 | |
| 227 | process::Future<Nothing> _fetch(const ContainerID& containerId) |
| 228 | { |
| 229 | return slave::DockerContainerizerProcess::fetch(containerId); |
| 230 | } |
| 231 | |
| 232 | process::Future<Nothing> _pull(const ContainerID& containerId) |
| 233 | { |