1singularity(1) singularity(1)
2
3
4
6 singularity-oci-create - Create a container from a bundle directory
7 (root user only)
8
9
10
12 singularity 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 $ singularity oci create -b /bundle mycontainer
51
52
53
54
56 singularity-oci(1)
57
58
59
61 23-Jul-2022 Auto generated by spf13/cobra
62
63
64
65Auto generated by spf13/cobra Jul 2022 singularity(1)