Hello, I think this question is basic but I am lost now 
I am trying to set up Nomad job using QEMU and Docker for the internal network topology test.
While I was making QEMU job, I have no idea how to use local image file in QEMUās āimage_pathā
It seems like I need to locate it into local/ or alloc/ to use, but I cannot find any clue with where it isā¦
is using artifact block mandatory?
Thanks in advance!
When using QEMU with Nomad, the āimage_pathā parameter refers to the path where the QEMU image file is located on the machine running Nomad. By default, Nomad expects the image file to be located in the āalloc/ā directory within the Nomad task directory. The āalloc/ā directory is automatically created by Nomad for each task aulestia and is where task-specific files and directories are stored.
1 Like
Thank you for the reply! I couldnāt try it yet, but I will try once my server is ready again 