17 #ifndef __PROVISIONER_BACKENDS_COPY_HPP__ 18 #define __PROVISIONER_BACKENDS_COPY_HPP__ 27 class CopyBackendProcess;
49 const std::vector<std::string>& layers,
50 const std::string& rootfs,
51 const std::string& backendDir)
override;
54 const std::string& rootfs,
55 const std::string& backendDir)
override;
70 #endif // __PROVISIONER_BACKENDS_COPY_HPP__
static Try< process::Owned< Backend > > create(const Flags &)
Definition: backend.hpp:38
process::Future< bool > destroy(const std::string &rootfs, const std::string &backendDir) override
process::Future< Option< std::vector< Path > > > provision(const std::vector< std::string > &layers, const std::string &rootfs, const std::string &backendDir) override
Definition: attributes.hpp:24
Definition: executor.hpp:48
Definition: future.hpp:58