-
Notifications
You must be signed in to change notification settings - Fork 0
Container bind mounts
Ammon Knaupp edited this page Feb 11, 2024
·
1 revision
By default, only a few files are writable from the container (listed here).
The SL installation process includes the designation of several directories which SL will use for storage, etc. By default, these directories are created within the installation directory (pointed to by $SMRT_ROOT). However, this is not sufficient for the production instance of SL.
To allow SL to write to an arbitrary directory, this directory must be made accessible to the container using bind mounts (unless it is one of the default bind mounts or below a default bind mount).