17 #ifndef __PROVISIONER_DOCKER_PATHS_HPP__ 18 #define __PROVISIONER_DOCKER_PATHS_HPP__ 57 const std::string& storeDir,
58 const std::string& layerId);
62 const std::string& layerPath);
66 const std::string& storeDir,
67 const std::string& layerId);
71 const std::string& layerPath,
72 const std::string& backend);
76 const std::string& storeDir,
77 const std::string& layerId,
78 const std::string& backend);
82 const std::string& layerPath);
86 const std::string& storeDir,
87 const std::string& layerId);
91 const std::string& discoveryDir,
92 const std::string&
name);
98 std::string
getGcDir(
const std::string& storeDir);
102 const std::string& storeDir,
103 const std::string& layerId);
114 #endif // __PROVISIONER_DOCKER_PATHS_HPP__ std::string getStagingDir(const std::string &storeDir)
The Docker store file system layout is as follows: Image store dir ('–docker_store_dir' slave flag) ...
std::string getStagingTempDir(const std::string &storeDir)
std::string getGcLayerPath(const std::string &storeDir, const std::string &layerId)
std::string paths()
Definition: os.hpp:138
Try< std::list< std::string > > listLayers(const std::string &storeDir)
std::string getImageLayerTarPath(const std::string &layerPath)
std::string getImageLayerRootfsPath(const std::string &layerPath, const std::string &backend)
std::string getImageLayerPath(const std::string &storeDir, const std::string &layerId)
std::string getImageArchiveTarPath(const std::string &discoveryDir, const std::string &name)
std::string getStoredImagesPath(const std::string &storeDir)
std::string getGcDir(const std::string &storeDir)
Definition: attributes.hpp:24
std::string getImageLayerManifestPath(const std::string &layerPath)
constexpr const char * name
Definition: shell.hpp:41