17 #ifndef __NVIDIA_VOLUME_HPP__
18 #define __NVIDIA_VOLUME_HPP__
60 const std::string& _containerPath)
61 : hostPath(_hostPath),
62 containerPath(_containerPath) {}
65 std::string containerPath;
72 #endif // __NVIDIA_GPU_VOLUME_HPP__
URI manifest(const std::string &repository, const std::string &reference, const std::string ®istry, const Option< std::string > &scheme=None(), const Option< int > &port=None())
Definition: docker.hpp:47
static Try< NvidiaVolume > create()
bool shouldInject(const ::docker::spec::v1::ImageManifest &manifest) const
const std::string & HOST_PATH() const
const std::string & CONTAINER_PATH() const
Definition: volume.hpp:36