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 (required)
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 -s, --sync-socket=""
45 specify the path to unix socket for state synchronization
46
47
48
50 $ singularity oci run -b /bundle mycontainer
51
52 is equivalent to :
53
54 $ singularity oci create -b /bundle mycontainer
55 $ singularity oci start mycontainer
56 $ singularity oci attach mycontainer
57 $ singularity oci delete mycontainer
58
59
60
61
63 singularity-oci(1)
64
65
66
68 21-Oct-2019 Auto generated by spf13/cobra
69
70
71
72Auto generated by spf13/cobra Oct 2019 singularity(1)