17 #ifndef __NVIDIA_VOLUME_HPP__ 18 #define __NVIDIA_VOLUME_HPP__ 49 Environment
ENV(const ::docker::spec::v1::ImageManifest&
manifest)
const;
53 bool shouldInject(const ::docker::spec::v1::ImageManifest& manifest)
const;
59 const std::string& _containerPath)
60 : hostPath(_hostPath),
61 containerPath(_containerPath) {}
64 std::string containerPath;
71 #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: attributes.hpp:24
Environment ENV(const ::docker::spec::v1::ImageManifest &manifest) const
Definition: volume.hpp:36