singularity(1) singularity(1)

singularity-oci-update - Update container cgroups resources (root user only)

singularity oci update [update options...]

Update will update cgroups resources for the specified container ID. Container
must be in a RUNNING or CREATED state.

-f, --from-file="" specify path to OCI JSON cgroups resource file ('-' to read from STDIN)

-h, --help[=false] help for update

  $ singularity oci update --from-file /tmp/cgroups-update.json mycontainer
  or to update from stdin :
  $ cat /tmp/cgroups-update.json | singularity oci update --from-file - mycontainer

singularity-oci(1)

8-Nov-2024 Auto generated by spf13/cobra

Nov 2024 Auto generated by spf13/cobra