I have a question about Hashicorp Nomad in connection with the Docker driver. I would like to create a Docker volume and then use it in a Nomad job, i.e. a container. I would find it best if I don't have to create the Docker volumes on the host beforehand. This would result in me having to create an incredible number of volumes and implement my own logic to decide which volumes are needed. So it would be nicest if I can create the volumes in the Nomad job definition and also mount them. Another difficulty is that I want to create Samba Docker volumes.
a) Is Nomad able to create Docker volumes at all? b) Is this also possible with Samba/ CIFS volumes?
Thanks in advance! :-)