17 #ifndef __PROVISIONER_BACKENDS_BIND_HPP__
18 #define __PROVISIONER_BACKENDS_BIND_HPP__
27 class BindBackendProcess;
59 const std::vector<std::string>& layers,
60 const std::string& rootfs,
61 const std::string& backendDir);
64 const std::string& rootfs,
65 const std::string& backendDir);
80 #endif // __PROVISIONER_BACKENDS_BIND_HPP__
virtual process::Future< Nothing > provision(const std::vector< std::string > &layers, const std::string &rootfs, const std::string &backendDir)
Definition: backend.hpp:36
virtual process::Future< bool > destroy(const std::string &rootfs, const std::string &backendDir)
static Try< process::Owned< Backend > > create(const Flags &)