* Added noteset on Singularity persistant overlay.

This commit is contained in:
2021-08-31 11:28:31 -04:00
parent 7767409735
commit 768682ae14

View File

@@ -0,0 +1,12 @@
Overlay for Singularity Containers
==================================
"Persistent Overlays"
https://sylabs.io/guides/3.5/user-guide/persistent_overlays.html
> "Persistent overlay directories allow you to overlay a writable file
system on an immutable read-only container for the illusion of
read-write access. You can run a container and make changes, and
these changes are kept separately from the base container image."