1apptainer(1) apptainer(1)
2
3
4
6 apptainer-oci-run - Create/start/attach/delete a container from a bun‐
7 dle directory (root user only)
8
9
10
12 apptainer 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 $ apptainer oci run -b ~/bundle mycontainer
46
47 is equivalent to :
48
49 $ apptainer oci create -b ~/bundle mycontainer
50 $ apptainer oci start mycontainer
51 $ apptainer oci attach mycontainer
52 $ apptainer oci delete mycontainer
53
54
55
56
58 apptainer-oci(1)
59
60
61
63 29-Mar-2023 Auto generated by spf13/cobra
64
65
66
67Auto generated by spf13/cobra Mar 2023 apptainer(1)