apptainer-oci-update - Man Page

Update container cgroups resources (root user only)

Synopsis

apptainer oci update [update options...]

Description

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

Options

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

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

Example

  $ 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

See Also

apptainer-oci(1)

History

13-Mar-2024 Auto generated by spf13/cobra

Referenced By

apptainer-oci(1).

Mar 2024 Auto generated by spf13/cobra