1singularity(1) singularity(1)
2
3
4
6 singularity-plugin-compile - Compile a Singularity plugin
7
8
9
11 singularity plugin compile [compile options...]
12
13
14
16 The 'plugin compile' command allows a developer to compile a Singularā
17 ity
18 plugin in the expected environment. The provided host directory is
19 the
20 location of the plugin's source code. A compiled plugin is packed
21 into a SIF file.
22
23
24
26 --disable-minor-check[=false] disable minor package version check
27
28
29 -h, --help[=false] help for compile
30
31
32 -o, --out="" path of the SIF output file
33
34
35
37 $ singularity plugin compile $HOME/singularity/test-plugin
38
39
40
41
43 singularity-plugin(1)
44
45
46
48 26-May-2021 Auto generated by spf13/cobra
49
50
51
52Auto generated by spf13/cobra May 2021 singularity(1)