singularity plugin compile

Compile a Singularity plugin

Synopsis

The ‘plugin compile’ command allows a developer to compile a Singularity plugin in the expected environment. The provided host directory is the location of the plugin’s source code. A compiled plugin is packed into a SIF file.

NOTE: Before using this command, make sure that you trust the origin of the plugin, and that you are certain it does not contain any malicious code.

singularity plugin compile [compile options...] <host_path>

Examples

$ singularity plugin compile $HOME/singularity/test-plugin

Options

-h, --help         help for compile
-o, --out string   path of the SIF output file

SEE ALSO

Auto generated by spf13/cobra on 4-Sep-2024