Sarus is a software to run Linux containers on High Performance Computing environments. Its development has been driven by the specific requirements of HPC systems, while leveraging open standards and technologies to encourage vendor and community involvement.
Key features:
Compatibility with the Open Container Initiative (OCI) standards:
The full documentation is available on Read the Docs.
If you wish to generate the documentation yourself, the sources are located in the doc
directory and can be built using Python 3 and Sphinx:
cd doc
python3 -m venv ./venv
source venv/bin/activate
pip3 install -r requirements.txt
make html
If you think you've identified a security issue in the project, please DO NOT
report the issue publicly via the Github issue tracker. Instead, send an
email with as many details as possible to the following address:
sarus@cscs.ch
.
This is the business address to the core Sarus maintainers.
To report bugs and request new features, you can use GitHub issues.
Contributions to Sarus are welcome and greatly appreciated. Please refer to the CONTRIBUTING.md
file for more detailed
information about contributing.
Benedicic, L., Cruz, F.A., Madonna, A. and Mariotti, K., 2019, June. Sarus: Highly Scalable Docker Containers for HPC Systems. In International Conference on High Performance Computing (pp. 46-60). Springer, Cham.