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 bundle directory
20
21
22

OPTIONS

24       -b, --bundle=""
25           specify the OCI bundle path
26
27
28       --empty-process[=false]
29           run container without executing container process (eg: for POD
30       container)
31
32
33       -h, --help[=false]
34           help for create
35
36
37       --log-format="kubernetes"
38           specify the log file format. Available formats are basic,
39       kubernetes and json
40
41
42       -l, --log-path=""
43           specify the log file path
44
45
46       --pid-file=""
47           specify the pid file
48
49
50       -s, --sync-socket=""
51           specify the path to unix socket for state synchronization
52       (internal)
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       29-May-2019 Auto generated by spf13/cobra
69
70
71
72Auto generated by spf13/cobra      May 2019                     singularity(1)
Impressum