Azure / iotedgehubdev

IoT Edge Hub Dev Tool
Other
88 stars 31 forks source link

Mount files for modules to test in simulator #412

Open delema98 opened 1 year ago

delema98 commented 1 year ago

Some of my custom developed modules need some config files in a mounted volume. In my prod system I simply copy those files on my host machine where the Iot Edge Hub runtime is installed. Is it possible to also bind files in the simulator?

konichi3 commented 1 year ago

Were you able to try using deployment manifest to mount the volume via CreateOptions with IoT Edge?