1apptainer(1) apptainer(1)
2
3
4
6 apptainer-plugin-compile - Compile an Apptainer plugin
7
8
9
11 apptainer plugin compile [compile options...]
12
13
14
16 The 'plugin compile' command allows a developer to compile an Apptainer
17 plugin in the expected environment. The provided host directory is
18 the
19 location of the plugin's source code. A compiled plugin is packed
20 into a SIF file.
21
22
23
25 -h, --help[=false] help for compile
26
27
28 -o, --out="" path of the SIF output file
29
30
31
33 $ apptainer plugin compile $HOME/apptainer/test-plugin
34
35
36
37
39 apptainer-plugin(1)
40
41
42
44 22-Nov-2023 Auto generated by spf13/cobra
45
46
47
48Auto generated by spf13/cobra Nov 2023 apptainer(1)