1singularity(1)                                                  singularity(1)
2
3
4

NAME

6       singularity-oci-create - Create a container from a bundle directory
7       (root user only)
8
9
10

SYNOPSIS

12       singularity oci create -b <bundle_path> [create options...]
13       <container_ID>
14
15
16

DESCRIPTION

18       Create invoke create operation to create a container instance from an
19       OCI
20         bundle directory
21
22
23

OPTIONS

25       -b, --bundle=""
26           specify the OCI bundle path (required)
27
28
29       --empty-process[=false]
30           run container without executing container process (eg: for POD
31       container)
32
33
34       -h, --help[=false]
35           help for create
36
37
38       --log-format="kubernetes"
39           specify the log file format. Available formats are basic,
40       kubernetes and json
41
42
43       -l, --log-path=""
44           specify the log file path
45
46
47       --pid-file=""
48           specify the pid file
49
50
51       -s, --sync-socket=""
52           specify the path to unix socket for state synchronization
53
54
55

EXAMPLE

57                $ singularity oci create -b  /bundle mycontainer
58
59
60
61

SEE ALSO

63       singularity-oci(1)
64
65
66

HISTORY

68       21-Oct-2019 Auto generated by spf13/cobra
69
70
71
72Auto generated by spf13/cobra      Oct 2019                     singularity(1)
Impressum