.nh .TH "apptainer" "1" "Apr 2024" "Auto generated by spf13/cobra" "" .SH NAME .PP apptainer-oci-update - Update container cgroups resources (root user only) .SH SYNOPSIS .PP \fBapptainer 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 .EX $ apptainer oci update --from-file /tmp/cgroups-update.json mycontainer or to update from stdin : $ cat /tmp/cgroups-update.json | apptainer oci update --from-file - mycontainer .EE .SH SEE ALSO .PP \fBapptainer-oci(1)\fP .SH HISTORY .PP 1-Apr-2024 Auto generated by spf13/cobra