Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 862 Bytes

overlay.md

File metadata and controls

30 lines (23 loc) · 862 Bytes

Overlay Mount

The Overlay Mount object provides a way, using OverlayFS, to present a read-only mount as a read-write mount. This is useful in several differnt image schemes.

The Overlay Mount object supports layered mounts. This is handled by providing multiple mount descriptors to the lower: [] section.

Overlay Mounts are always read-write.

Example Overlay Mount specification:

{
    "kind": "overlay",
    "overlay": {
      "lower": [
        {
            // Mount specification
            // ...
        }
      ]
    }
}

The following examples give complete usage cases for Overlay Mounts: