SIMPLESWITCH_BIND_MOUNTS#

The variable SIMPLESWITCH_BIND_MOUNTS is here to create some bind mounts between the host and the SimpleSwitch™ container. A bind mount is described by the source path on the host and the destination path on the SimpleSwitch™ package separated by :. It is possible to create multiple bind mounts separating them by a space. If the source path belong the apps partition the Wic tool will create the directory automatically. If it is not the case it is the responsibility of the user to create the directory before the SimpleSwitch™ application start.

Example

SIMPLESWITCH_BIND_MOUNTS = "/apps/my-data:/usr/share/my-data /tmp/other-data:/tmp/other-data"

See also