1singularity(1) singularity(1)
2
3
4
6 singularity-oci-update - Update container cgroups resources (root user
7 only)
8
9
10
12 singularity oci update [update options...] <container_ID>
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=""
25 specify path to OCI JSON cgroups resource file ('-' to read from
26 STDIN)
27
28
29 -h, --help[=false]
30 help for update
31
32
33
35 $ singularity oci update --from-file /tmp/cgroups-update.json mycontainer
36
37 or to update from stdin :
38
39 $ cat /tmp/cgroups-update.json | singularity oci update --from-file - mycontainer
40
41
42
43
45 singularity-oci(1)
46
47
48
50 18-Feb-2020 Auto generated by spf13/cobra
51
52
53
54Auto generated by spf13/cobra Feb 2020 singularity(1)