Hi, I have a nomad cluster that organized one server (win10 ent) and one client(win10 ent).
I create example job. (aka> nomad job init).
But job failed to running.
fail reason is “failed to create container: API error (500): invalid volume specification: ‘c:\Nomad\alloc\6a4d7ff0-f630-2980-002d-15976f82d5d0\alloc:c:\alloc’”
Server and client also set up “-data-dir” when run nomad agent.
client node configuration was just “nomad agent -client -servers=my_test_server:4647 -data-dir=c:\nomad”, it was nothing special configured.
But I solved this problem. reason was that i created linux container in windows base host.
sorry, problem was just so simple…
thank you for @tgross replyed.