1apptainer(1) apptainer(1)
2
3
4
6 apptainer-oci-create - Create a container from a bundle directory (root
7 user only)
8
9
10
12 apptainer oci create -b [create options...]
13
14
15
17 Create invoke create operation to create a container instance from an
18 OCI
19 bundle directory
20
21
22
24 -b, --bundle="" specify the OCI bundle path (required)
25
26
27 --empty-process[=false] run container without executing container
28 process (eg: for POD container)
29
30
31 -h, --help[=false] help for create
32
33
34 --log-format="kubernetes" specify the log file format. Available
35 formats are basic, kubernetes and json
36
37
38 -l, --log-path="" specify the log file path
39
40
41 --pid-file="" specify the pid file
42
43
44 -s, --sync-socket="" specify the path to unix socket for state
45 synchronization
46
47
48
50 $ apptainer oci create -b ~/bundle mycontainer
51
52
53
54
56 apptainer-oci(1)
57
58
59
61 29-Mar-2023 Auto generated by spf13/cobra
62
63
64
65Auto generated by spf13/cobra Mar 2023 apptainer(1)