singularity-oci-update - Update container cgroups resources (root user only)
Contents
Description
Update will update cgroups resources for the specified container ID. Container
must be in a RUNNING or CREATED state.
Example
$ 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
History
27-Feb-2025 Auto generated by spf13/cobra
Auto generated by spf13/cobra Feb 2025 singularity(1)
Name
singularity-oci-update - Update container cgroups resources (root user only)
Options
-f, --from-file="" specify path to OCI JSON cgroups resource file ('-' to read from STDIN)
-h, --help[=false] help for update
See Also
singularity-oci(1)Synopsis
singularityociupdate[updateoptions...]
