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
Overlayfs allows one to layer one filesystem (directory tree) on top of another (or others). This includes overlaying an empty directory over one that you don't want modified. As a result, one can create a hermetic environment for tests, where all the changes get made to the top filesystem, including edits and deletes of files that are actually in the lower filesystem(s). Docker makes use of this via overlayfs2, IIUC.
This could be useful for testing of POCS, including of scripts such as installation scripts, that would otherwise "ruin" the testing machine.
The text was updated successfully, but these errors were encountered:
Overlayfs allows one to layer one filesystem (directory tree) on top of another (or others). This includes overlaying an empty directory over one that you don't want modified. As a result, one can create a hermetic environment for tests, where all the changes get made to the top filesystem, including edits and deletes of files that are actually in the lower filesystem(s). Docker makes use of this via overlayfs2, IIUC.
This could be useful for testing of POCS, including of scripts such as installation scripts, that would otherwise "ruin" the testing machine.
The text was updated successfully, but these errors were encountered: