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 [run options...]
13
14
15
17 Run will invoke equivalent of create/start/attach/delete commands in a
18 row.
19
20
21
23 -b, --bundle="" specify the OCI bundle path (required)
24
25
26 -h, --help[=false] help for run
27
28
29 --log-format="kubernetes" specify the log file format. Available
30 formats are basic, kubernetes and json
31
32
33 -l, --log-path="" specify the log file path
34
35
36 --pid-file="" specify the pid file
37
38
39 -s, --sync-socket="" specify the path to unix socket for state
40 synchronization
41
42
43
45 $ singularity oci run -b /bundle mycontainer
46
47 is equivalent to :
48
49 $ singularity oci create -b /bundle mycontainer
50 $ singularity oci start mycontainer
51 $ singularity oci attach mycontainer
52 $ singularity oci delete mycontainer
53
54
55
56
58 singularity-oci(1)
59
60
61
63 23-Jul-2022 Auto generated by spf13/cobra
64
65
66
67Auto generated by spf13/cobra Jul 2022 singularity(1)