SingularityContainerCreation: Difference between revisions

From T2B Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
= Prerequisites =
= Prerequisites =
By default, ordinary users don't have the right to create Singularity containers. You must either do it as root, or to work with sudoer account.
By default, ordinary users don't have the right to create Singularity containers. You must either do it as root, or to work with sudoer account (the best option !).
 
 


= Sources =
= Sources =
* [https://www.sylabs.io/docs/ Singularity website]
* [https://www.sylabs.io/docs/ Singularity website] -> explanations to build a container on this [https://www.sylabs.io/guides/2.6/user-guide/build_a_container.html page].

Revision as of 11:11, 30 October 2018

Prerequisites

By default, ordinary users don't have the right to create Singularity containers. You must either do it as root, or to work with sudoer account (the best option !).


Sources