apptainer-plugin-compile - Man Page

Compile an Apptainer plugin

Synopsis

apptainer plugin compile [compile options...]

Description

The 'plugin compile' command allows a developer to compile an Apptainer
 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.

Options

-h, --help[=false] help for compile

-o, --out="" path of the SIF output file

Example

  $ apptainer plugin compile $HOME/apptainer/test-plugin

See Also

apptainer-plugin(1)

History

13-Mar-2024 Auto generated by spf13/cobra

Referenced By

apptainer-plugin(1).

Mar 2024 Auto generated by spf13/cobra