Open delema98 opened 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?
Were you able to try using deployment manifest to mount the volume via CreateOptions with IoT Edge?
CreateOptions
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?