diff --git a/static/docs/main/.buildinfo b/static/docs/main/.buildinfo index 1f01f97f..afe141a5 100644 --- a/static/docs/main/.buildinfo +++ b/static/docs/main/.buildinfo @@ -1,4 +1,4 @@ # Sphinx build info version 1 # This file records the configuration used when building these files. When it is not found, a full rebuild will be done. -config: c5c0899caad85ddf7a11a57600d1580e +config: 7754c3b5914ecc3683b4c669b8ee8b89 tags: 645f666f9bcd5a90fca523b33c5a78b7 diff --git a/static/docs/main/_sources/contents/containers.rst.txt b/static/docs/main/_sources/contents/containers.rst.txt index 65e1b2c9..bbfbc147 100644 --- a/static/docs/main/_sources/contents/containers.rst.txt +++ b/static/docs/main/_sources/contents/containers.rst.txt @@ -464,3 +464,14 @@ tools 1.21 or newer. Below is an example for building wwclient for arm64: # cp wwclient /var/lib/warewulf/overlays/wwclient_arm64/rootfs/warewulf Then, apply the new "wwclient_arm64" system overlay to your arm64 node/profile + +Read-only containers +==================== + +A container may be marked "read-only" by creating a ``readonly`` file in its +source directory, typically next to ``rootfs``. + +.. note:: + + Read-only containers are a preview feature primarily meant to enable future + support for container subscriptions and updates. diff --git a/static/docs/main/contents/containers.html b/static/docs/main/contents/containers.html index 614454d8..553b247c 100644 --- a/static/docs/main/contents/containers.html +++ b/static/docs/main/contents/containers.html @@ -80,6 +80,7 @@
  • Container Size Considerations
  • Duplicating a container
  • Multi-arch container management
  • +
  • Read-only containers
  • Kernel Management
  • @@ -525,6 +526,16 @@

    Multi-arch container management +

    Read-only containers

    +

    A container may be marked “read-only” by creating a readonly file in its +source directory, typically next to rootfs.

    +
    +

    Note

    +

    Read-only containers are a preview feature primarily meant to enable future +support for container subscriptions and updates.

    +
    + diff --git a/static/docs/main/index.html b/static/docs/main/index.html index bd42e98c..d6933c03 100644 --- a/static/docs/main/index.html +++ b/static/docs/main/index.html @@ -166,6 +166,7 @@

    User GuideContainer Size Considerations
  • Duplicating a container
  • Multi-arch container management
  • +
  • Read-only containers
  • Kernel Management