apptainer oci update

Update container cgroups resources (root user only)

Synopsis

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

apptainer oci update [update options...] <container_ID>

Examples

$ 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

Options

-f, --from-file string   specify path to OCI JSON cgroups resource file ('-' to read from STDIN)
-h, --help               help for update

SEE ALSO

Auto generated by spf13/cobra on 13-Mar-2024