Apache Mesos
|
#include <process/owned.hpp>
#include <mesos/docker/spec.hpp>
#include <mesos/uri/fetcher.hpp>
#include "slave/containerizer/mesos/provisioner/docker/puller.hpp"
#include "slave/flags.hpp"
Go to the source code of this file.
Classes | |
class | mesos::internal::slave::docker::ImageTarPuller |
ImageTarPuller assumes Docker images are stored in a local directory (configured with flags.docker_registry), with all the images saved as tars with file names in the form of <repo>:<tag>.tar. More... | |
Namespaces | |
mesos | |
mesos::internal | |
mesos::internal::slave | |
mesos::internal::slave::docker | |