.nh .TH "singularity" "1" "Feb 2022" "Auto generated by spf13/cobra" "" .SH NAME .PP singularity-oci-update - Update container cgroups resources (root user only) .SH SYNOPSIS .PP \fBsingularity oci update [update options...] \fP .SH DESCRIPTION .PP Update will update cgroups resources for the specified container ID. Container must be in a RUNNING or CREATED state. .SH OPTIONS .PP \fB-f\fP, \fB--from-file\fP="" specify path to OCI JSON cgroups resource file ('-' to read from STDIN) .PP \fB-h\fP, \fB--help\fP[=false] help for update .SH EXAMPLE .PP .RS .nf $ 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 .fi .RE .SH SEE ALSO .PP \fBsingularity-oci(1)\fP .SH HISTORY .PP 20-Feb-2022 Auto generated by spf13/cobra