1singularity(1) singularity(1)
2
3
4
6 singularity-oci-run - Create/start/attach/delete a container from a
7 bundle directory (root user only)
8
9
10
12 singularity oci run -b <bundle_path> [run options...] <container_ID>
13
14
15
17 Run will invoke equivalent of create/start/attach/delete commands in a
18 row.
19
20
21
23 -b, --bundle=""
24 specify the OCI bundle path
25
26
27 -h, --help[=false]
28 help for run
29
30
31 --log-format="kubernetes"
32 specify the log file format. Available formats are basic,
33 kubernetes and json
34
35
36 -l, --log-path=""
37 specify the log file path
38
39
40 --pid-file=""
41 specify the pid file
42
43
44
46 $ singularity oci run -b /bundle mycontainer
47
48 is equivalent to :
49
50 $ singularity oci create -b /bundle mycontainer
51 $ singularity oci start mycontainer
52 $ singularity oci attach mycontainer
53 $ singularity oci delete mycontainer
54
55
56
57
59 singularity-oci(1)
60
61
62
64 29-May-2019 Auto generated by spf13/cobra
65
66
67
68Auto generated by spf13/cobra May 2019 singularity(1)