With Singularity
Jump to navigation
Jump to search
Run MemCP with Singularity/Apptainer
Build the repository-provided image target:
<syntaxhighlight lang="bash"> git clone https://github.com/launix-de/memcp cd memcp make memcp.sif apptainer run memcp.sif </syntaxhighlight>
Bind a persistent host directory to the container data path and expose or forward the HTTP/MySQL ports according to the local Apptainer installation. Set a strong initial root password for a fresh data directory and keep the image, application modules, and data directory versions together during upgrades.
Singularity installations can use the corresponding singularity command. See Deployment, Persistency and Performance Guarantees, and Security and Authentication.