Apptainer

From UFRC
Revision as of 13:12, 6 September 2022 by Moskalenko (talk | contribs) (Created page with "Category:SoftwareCategory:Workflow Automation {|<!--CONFIGURATION: REQUIRED--> |{{#vardefine:app|apptainer}} |{{#vardefine:url|https://apptainer.org/}} <!--CONFIGURATI...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Description

apptainer website  

Apptainer/Singularity is the most widely used container system for HPC. It is designed to execute applications at bare-metal performance while being secure, portable, and 100% reproducible.

Apptainer is 100% Docker and OCI (Open Containers Initiative) compatible (but easier to use).

Apptainer intuitively allows non-privileged users to run any containerized application.

The single-file SIF container format allows you to reproducibly build, share, and archive your workload from workstations, to HPC, to the edge. Secure

Apptainer runs "rootless" and prohibits privilege escalation within the container; users are the same inside and outside the container.

Apptainer's security architecture allows you to securely leverage GPUs, FPGAs, high-speed networks, and filesystems.

Environment Modules

Run module spider apptainer to find out what environment modules are available for this application.

System Variables

  • HPC_APPTAINER_DIR - installation directory

Additional Information

User Documentation

Admin Documentation