#include <registry_puller.hpp>
mesos::internal::slave::docker::RegistryPuller::~RegistryPuller |
( |
| ) |
|
|
override |
process::Future<Image> mesos::internal::slave::docker::RegistryPuller::pull |
( |
const ::docker::spec::ImageReference & |
reference, |
|
|
const std::string & |
directory, |
|
|
const std::string & |
backend, |
|
|
const Option< Secret > & |
config = None() |
|
) |
| |
|
overridevirtual |
Pulls an image into a download directory.
This image could consist multiple layers of blobs.
- Parameters
-
reference | local name of the image. |
directory | path to which the layers will be downloaded. |
Implements mesos::internal::slave::docker::Puller.
The documentation for this class was generated from the following file: