1apptainer(1) apptainer(1)
2
3
4
6 apptainer-oci-update - Update container cgroups resources (root user
7 only)
8
9
10
12 apptainer oci update [update options...]
13
14
15
17 Update will update cgroups resources for the specified container ID.
18 Container
19 must be in a RUNNING or CREATED state.
20
21
22
24 -f, --from-file="" specify path to OCI JSON cgroups resource file
25 ('-' to read from STDIN)
26
27
28 -h, --help[=false] help for update
29
30
31
33 $ apptainer oci update --from-file /tmp/cgroups-update.json mycontainer
34
35 or to update from stdin :
36
37 $ cat /tmp/cgroups-update.json | apptainer oci update --from-file - mycontainer
38
39
40
41
43 apptainer-oci(1)
44
45
46
48 10-Jan-2023 Auto generated by spf13/cobra
49
50
51
52Auto generated by spf13/cobra Jan 2023 apptainer(1)