singularity-overlay-seal - Seal a writable overlay, into a read-only layer.
singularity overlay seal oci-sif
The overlay seal
command converts a writable overlay in an OCI-SIF image into
a read-only image layer. This makes changes in the overlay
permanent, and allows
the image to be pushed with ’--layer-format
tar’.
|
-h, --help[=false] |
help for seal |
To seal an
OCI-SIF image containing an overlay:
$ singularity overlay seal /tmp/overlay.oci.sif
singularity-overlay(1)
15-May-2026 Auto generated by spf13/cobra