You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
custom-persist: handle mounts from /rw/home and /rw/usrlocal
Custom persist disables /home and /usr/local persistence by default
but a user may want to bind mount a file or a directory in one of those locations
without mounting the whole directories.
For example, we should be able to mount /home/user/.ssh/ but keep the rest
of /home/user non-persistent.
With this fix, bind dirs detects when an object is located under /home or /usr/local
and will look in the associated /rw/home or /rw/usrlocal instead of /rw/bind-dirs.
If needed, custom-persist will pre-create the objects in the same location.
0 commit comments