dolmades / dolmades-cli

Setup your win-only applications on linux
Apache License 2.0
12 stars 0 forks source link

Support file binds for singularity #64

Closed katakombi closed 4 years ago

katakombi commented 4 years ago

This is a bit tricky! singularity engine does not support that OOTB. We can work around it by collecting all wanted file binds, put them into a hidden dir inside the container and hardlink them to their appropriate location. Yay!

Not sure whether this will work for haracter devices!

katakombi commented 4 years ago

Solution: the target file is required to exist within the container! This should be fine, works at least since singularity 3.4.2..