With Singularity: Difference between revisions
Jump to navigation
Jump to search
Wikiservice (talk | contribs) (Refresh MemCP documentation: accuracy, operational guidance, performance profile and maintained API reference) |
Wikiservice (talk | contribs) (Refresh MemCP documentation: accuracy, operational guidance, performance profile and maintained API reference) |
||
| Line 5: | Line 5: | ||
Build the repository-provided image target: | Build the repository-provided image target: | ||
< | <pre> | ||
git clone https://github.com/launix-de/memcp | git clone https://github.com/launix-de/memcp | ||
cd memcp | cd memcp | ||
make memcp.sif | make memcp.sif | ||
apptainer run memcp.sif | apptainer run memcp.sif | ||
</ | </pre> | ||
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. | 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 <code>singularity</code> command. See [[Deployment]], [[Persistency and Performance Guarantees]], and [[Security and Authentication]]. | Singularity installations can use the corresponding <code>singularity</code> command. See [[Deployment]], [[Persistency and Performance Guarantees]], and [[Security and Authentication]]. | ||
Latest revision as of 12:14, 28 August 2026
Run MemCP with Singularity/Apptainer
Build the repository-provided image target:
git clone https://github.com/launix-de/memcp cd memcp make memcp.sif apptainer run memcp.sif
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.