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 must be in a RUNNING or CREATED state.
19
20
21
23 -f, --from-file=""
24 specify path to OCI JSON cgroups resource file ('-' to read from
25 STDIN)
26
27
28 -h, --help[=false]
29 help for update
30
31
32
34 $ singularity oci update --from-file /tmp/cgroups-update.json mycontainer
35
36 or to update from stdin :
37
38 $ cat /tmp/cgroups-update.json | singularity oci update --from-file - mycontainer
39
40
41
42
44 singularity-oci(1)
45
46
47
49 29-May-2019 Auto generated by spf13/cobra
50
51
52
53Auto generated by spf13/cobra May 2019 singularity(1)