1singularity(1)                                                  singularity(1)
2
3
4

NAME

6       singularity-oci-update  - Update container cgroups resources (root user
7       only)
8
9
10

SYNOPSIS

12       singularity oci update [update options...]
13
14
15

DESCRIPTION

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

OPTIONS

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

EXAMPLE

33                $ singularity oci update --from-file /tmp/cgroups-update.json mycontainer
34
35                or to update from stdin :
36
37                $ cat /tmp/cgroups-update.json | singularity oci update --from-file - mycontainer
38
39
40
41

SEE ALSO

43       singularity-oci(1)
44
45
46

HISTORY

48       11-Mar-2021 Auto generated by spf13/cobra
49
50
51
52Auto generated by spf13/cobra      Mar 2021                     singularity(1)
Impressum