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

NAME

6       singularity-oci-run  -  Create/start/attach/delete  a  container from a
7       bundle directory (root user only)
8
9
10

SYNOPSIS

12       singularity oci run -b  [run options...]
13
14
15

DESCRIPTION

17       Run will invoke equivalent of create/start/attach/delete commands in  a
18       row.
19
20
21

OPTIONS

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

EXAMPLE

41                $ singularity oci run -b ~/bundle mycontainer
42
43                is equivalent to :
44
45                $ singularity oci create -b ~/bundle mycontainer
46                $ singularity oci start mycontainer
47                $ singularity oci attach mycontainer
48                $ singularity oci delete mycontainer
49
50
51
52

SEE ALSO

54       singularity-oci(1)
55
56
57

HISTORY

59       18-Sep-2023 Auto generated by spf13/cobra
60
61
62
63Auto generated by spf13/cobra      Sep 2023                     singularity(1)
Impressum